TargetPlatform enum
The platform that user interaction should adapt to target.
The defaultTargetPlatform getter returns the current platform.
When using the "flutter run" command, the "o" key will toggle between values of this enum when updating debugDefaultTargetPlatformOverride. This lets one test how the application will work on various platforms without having to switch emulators or physical devices.
Values
- android → const TargetPlatform
 - 
  
Android: www.android.com/
 - fuchsia → const TargetPlatform
 - 
  
Fuchsia: fuchsia.dev/fuchsia-src/concepts
 - iOS → const TargetPlatform
 - 
  
iOS: www.apple.com/ios/
 - linux → const TargetPlatform
 - 
  
Linux: www.linux.org
 - macOS → const TargetPlatform
 - 
  
macOS: www.apple.com/macos
 - windows → const TargetPlatform
 - 
  
Windows: www.windows.com
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - index → int
 - 
  A numeric identifier for the enumerated value.
  no setterinherited
 - name → String
 - 
      
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
TargetPlatform>  - A constant List of the values in this enum, in order of their declaration.