isWindows property
Whether this is a nativePlatform with NativePlatform.isWindows.
Implementation
@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isWindows =>
nativePlatform?.operatingSystem == NativePlatform.windows;
Whether this is a nativePlatform with NativePlatform.isWindows.
@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isWindows =>
nativePlatform?.operatingSystem == NativePlatform.windows;