MyPlatform_c class

系统平台

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

Static Properties

currentPlatformName String
final
currentPlatformName_CN String
final
isAndroid bool
final
isDesktop bool
final
isFuchsia bool
final
isIOS bool
final
isLinux bool
final
isMacOS bool
final
isMobile bool
final
isWindows bool
final

Constants

AndroidStr → const String
IosStr → const String
isWeb → const bool
LinuxStr → const String
MacosStr → const String
WebStr → const String
WindowsStr → const String