isWindows top-level property

bool isWindows

return true if running on Windows

Implementation

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