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