Flutter
platform
Platform
isWindows property
isWindows
Platform class
Constructors
Platform
Properties
environment
executable
executableArguments
isAndroid
isFuchsia
isIOS
isLinux
isMacOS
isWindows
localeName
localHostname
numberOfProcessors
operatingSystem
packageConfig
packageRoot
pathSeparator
resolvedExecutable
script
stdinSupportsAnsi
stdoutSupportsAnsi
version
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
isWindows property
bool
isWindows
True if the operating system is Windows.
Implementation
bool get isWindows => (operatingSystem == "windows");