isWindows property
bool
get
isWindows
True if the operating system is Windows.
Implementation
bool get isWindows => operatingSystem == windows;
True if the operating system is Windows.
bool get isWindows => operatingSystem == windows;