isWindows property
final
Whether the operating system is Windows.
The operating system is determined by operatingSystem, and is recognized as Windows if the value is the string windows.
Implementation
abstract final bool isWindows;
Whether the operating system is Windows.
The operating system is determined by operatingSystem, and is recognized as Windows if the value is the string windows.
abstract final bool isWindows;