isMacOS property

  1. @override
bool get isMacOS
inherited

Whether a Platform.nativePlatform with NativePlatform.isMacOS.

Implementation

@override
@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isMacOS => PlatformIsOS(this).isMacOS;