Release constructor

Release(
  1. {required BuildChannel channel,
  2. @JsonKey(name: "version") required String versionString,
  3. required ReleaseDownloads downloads,
  4. required String changelog}
)

Represents a release of the application.

Implementation

factory Release