isMacOSOnly property
bool
get
isMacOSOnly
Implementation
bool get isMacOSOnly =>
defaultTargetPlatform == TargetPlatform.macOS && !kIsWeb;
bool get isMacOSOnly =>
defaultTargetPlatform == TargetPlatform.macOS && !kIsWeb;