isWindows property

bool get isWindows

True if the operating system is Windows.

Implementation

bool get isWindows => operatingSystem == windows;