isPlatformNotMac top-level property

bool isPlatformNotMac
final

Implementation

final isPlatformNotMac =
  defaultTargetPlatform == TargetPlatform.linux
    || defaultTargetPlatform == TargetPlatform.windows
    || kIsWeb;