isWindows top-level property
bool
get
isWindows
Whether the OS is Windows.
Implementation
bool get isWindows => !kIsWeb && Platform.isWindows;
Whether the OS is Windows.
bool get isWindows => !kIsWeb && Platform.isWindows;