Platforms class

Constructors

Platforms()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

android → const String
"Android"
fuchsia → const String
"Fuchsia"
iOS → const String
"iOS"
linux → const String
"Linux"
macOS → const String
"MacOS"
webDesktop → const String
"Web Desktop"
webMobile → const String
"Web Mobile"
webTablet → const String
"Web Tablet"
windows → const String
"Windows"