isWindows property
bool
get
isWindows
Whether the operating system is a version of Microsoft Windows.
Implementation
static bool get isWindows => Platform.isWindows;
Whether the operating system is a version of Microsoft Windows.
static bool get isWindows => Platform.isWindows;