isWindows property

bool get isWindows

Whether this is a nativePlatform with NativePlatform.isWindows.

Implementation

@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isWindows =>
    nativePlatform?.operatingSystem == NativePlatform.windows;