Flutter
platform
Platform
isWindows property
isWindows
isWindows
property
Null safety
bool
isWindows
True if the operating system is Windows.
Implementation
bool get isWindows => operatingSystem == windows;
Flutter
platform
Platform
isWindows property
Platform class
Constructors
Platform
Properties
environment
executable
executableArguments
hashCode
isAndroid
isFuchsia
isIOS
isLinux
isMacOS
isWindows
localeName
localHostname
numberOfProcessors
operatingSystem
operatingSystemVersion
packageConfig
pathSeparator
resolvedExecutable
runtimeType
script
stdinSupportsAnsi
stdoutSupportsAnsi
version
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Constants
android
fuchsia
iOS
linux
macOS
operatingSystemValues
windows