isWindows top-level property
bool
get
isWindows
Checks if the platform is Windows.
Implementation
bool get isWindows => GeneralPlatform.isWindows;
Checks if the platform is Windows.
bool get isWindows => GeneralPlatform.isWindows;