isWindows property
bool
get
isWindows
Checks if the platform is Windows.
Implementation
bool get isWindows => Platform.isWindows;
Checks if the platform is Windows.
bool get isWindows => Platform.isWindows;