Platform class

Each Platform is owned by a Product and owns a collection of channels.

Available platforms are listed in Platform enum below. Not all Channels are available for every Platform (e.g. CANARY does not exist for LINUX).

Constructors

Platform({String? name, String? platformType})
Platform.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Platform name.
getter/setter pair
platformType String?
Type of platform. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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