isWindows top-level property

bool get isWindows

Checks if the platform is Windows.

Implementation

bool get isWindows => GeneralPlatform.isWindows;