isWindows property
Returns true if the current platform is Windows.
Implementation
static bool get isWindows =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.windows;
Returns true if the current platform is Windows.
static bool get isWindows =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.windows;