isWindows top-level property

bool get isWindows

Implementation

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