isMacOSOnly property

bool get isMacOSOnly

Implementation

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