isWindows property

bool isWindows

True if the operating system is Windows.

Implementation

bool get isWindows => operatingSystem == windows;