isWindows property
bool
get
isWindows
Implementation
static bool get isWindows =>
kIsWeb ? false : defaultTargetPlatform == TargetPlatform.windows;
static bool get isWindows =>
kIsWeb ? false : defaultTargetPlatform == TargetPlatform.windows;