isWindows property

bool isWindows

Whether the operating system is a version of Microsoft Windows.

Identified by id being the string windows.

Implementation

bool get isWindows => ("windows" == id);