Channels class

Channels Model

Constructors

Channels({required Release beta, required Release dev, required Release stable})
Channel model contructor
Channels.fromMap(Map<String, dynamic> map)
Create a Channels model from a map
factory

Properties

beta Release
Beta channel release
final
dev Release
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 Release
Stable channel release
final

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
toMap() Map<String, dynamic>
Return a map of values from the Channels model
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String channelName) Release
Returns channel by name