UITargetPlatform enum

The platform that user interaction should adapt to target. This is the same enum than TargetPlatform on foundation/platform.dart, but web options are added. The web options means that it's a web application running in a browser that is executed in the target platform.

Inheritance

Constructors

UITargetPlatform()
const

Values

android → const UITargetPlatform

Android: www.android.com/

fuchsia → const UITargetPlatform

Fuchsia: fuchsia.dev/fuchsia-src/concepts

iOS → const UITargetPlatform

iOS: www.apple.com/ios/

linux → const UITargetPlatform

Linux: www.linux.org

macOS → const UITargetPlatform

macOS: www.apple.com/macos

windows → const UITargetPlatform

Windows: www.windows.com

webAndroid → const UITargetPlatform

web application on android

webFuchsia → const UITargetPlatform

web application on fucsia

webIos → const UITargetPlatform

web application on ios

webLinux → const UITargetPlatform

web application on linux

webMacOS → const UITargetPlatform

web application on macOs

webWindows → const UITargetPlatform

web application on windows

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

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