StarterPlatformGroup enum

Inheritance
Available extensions

Values

mobile → const StarterPlatformGroup
const StarterPlatformGroup('mobile', 'Mobile (Android + iOS)', [StarterPlatform.android, StarterPlatform.ios])
desktop → const StarterPlatformGroup
const StarterPlatformGroup('desktop', 'Desktop (Linux + macOS + Windows)', [StarterPlatform.linux, StarterPlatform.macos, StarterPlatform.windows])
web → const StarterPlatformGroup
const StarterPlatformGroup('web', 'Web', [StarterPlatform.web])

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
label → String
final
name → String
final
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
platforms → List<StarterPlatform>
final
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
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

fromName(String name) → StarterPlatformGroup?

Constants

values → const List<StarterPlatformGroup>
A constant List of the values in this enum, in order of their declaration.