isWindows top-level property

bool get isWindows

Whether the OS is Windows.

Implementation

bool get isWindows => !kIsWeb && Platform.isWindows;