isMacOS property

bool get isMacOS

Whether this is a nativePlatform with NativePlatform.isMacOS.

Implementation

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