isWindows property

bool get isWindows

Implementation

bool get isWindows => !Dart.isWeb && Dart.isWindows;