isWindows property
bool
get
isWindows
Returns true if running on Windows.
Implementation
static bool get isWindows =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.windows;
Returns true if running on Windows.
static bool get isWindows =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.windows;