isWindows property

bool isWindows
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;