isWindows top-level property

bool get isWindows

Whether the OS is Windows (never on the web).

Implementation

bool get isWindows => false;