isWindows property Null safety

bool isWindows
final

Whether the operating system is a version of Microsoft Windows.

Implementation

static final bool isWindows = (_operatingSystem == "windows");