isWindows property
bool
get
isWindows
True if the app is running on windows
Implementation
static bool get isWindows => type == PlatformType.windows;
True if the app is running on windows
static bool get isWindows => type == PlatformType.windows;