isWindows property
Whether the operating system is a version of Microsoft Windows.
Implementation
static final bool isWindows = (operatingSystem == 'windows');
Whether the operating system is a version of Microsoft Windows.
static final bool isWindows = (operatingSystem == 'windows');