FlutterSdkRelease class

Release Model

Mixed in types
Annotations
  • @MappableClass()

Constructors

FlutterSdkRelease({required String hash, required FlutterChannel channel, required String version, required DateTime releaseDate, required String archive, required String sha256, required String? dartSdkArch, required String? dartSdkVersion, bool activeChannel = false})
const

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 FlutterChannel
Release channel
final
channelName String
Returns channel name of the release
no setter
copyWith FlutterSdkReleaseCopyWith<FlutterSdkRelease, FlutterSdkRelease, FlutterSdkRelease>
no setterinherited
dartSdkArch String?
Dart SDK architecture
final
dartSdkVersion String?
Version of the Dart SDK
final
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
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

fromJson FlutterSdkRelease Function(String json)
final
fromMap FlutterSdkRelease Function(Map<String, dynamic> map)
final