Release class

Release Model

Constructors

Release({required String hash, required Channel channel, required String version, required DateTime releaseDate, required String archive, required String sha256, bool activeChannel = false})
Constructor
Release.fromMap(Map<String, dynamic> map)
Creates a release from a map of values
factory

Properties

activeChannel bool
Is release active in a channel
final
archive String
Release archive name
final
archiveUrl String
Returns archive url of the release
no setter
channel Channel
Release channel
final
channelName String
Returns channel name of the release
no setter
hash String
Release hash
final
hashCode int
The hash code for this object.
no setterinherited
releaseDate DateTime
Release date
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha256 String
Release sha256 hash
final
version String
Release version
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Turns Release model into a map of values
toString() String
A string representation of this object.
inherited

Operators

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