Channels class

Release channels model

Mixed in types
Annotations
  • @MappableClass()

Constructors

Channels({required FlutterSdkRelease beta, required FlutterSdkRelease dev, required FlutterSdkRelease stable})
Channel model contructor
const

Properties

beta FlutterSdkRelease
Beta channel release
final
copyWith ChannelsCopyWith<Channels, Channels, Channels>
no setterinherited
dev FlutterSdkRelease
Dev channel release
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stable FlutterSdkRelease
Stable channel release
final
toList List<FlutterSdkRelease>
Returns a list of all releases
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toHashMap() Map<String, dynamic>
Returns a hash map of the channels model
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
operator [](String channelName) FlutterSdkRelease
Returns channel by name

Static Properties

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