Release class

Represents a release of the application.

Annotations

Constructors

Release({required BuildChannel channel, @JsonKey(name: "version") required String versionString, required ReleaseDownloads downloads, required String changelog})
Represents a release of the application.
factory
Release.fromJson(Map<String, dynamic> json)
Release from JSON.
factory

Properties

changelog String
The changelog for the release in markdown format.
read-onlyinherited
channel BuildChannel
The build channel of the release.
read-onlyinherited
copyWith → $ReleaseCopyWith<Release>
read-onlyinherited
downloads ReleaseDownloads
The download links for the release.
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
name String
The name of the release.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
version Version
The version of the release as a Version object.
read-only
versionString String
The version of the release as a string.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited