isPlatformNotMac property
bool
get
isPlatformNotMac
Implementation
bool get isPlatformNotMac =>
defaultTargetPlatform == TargetPlatform.linux ||
defaultTargetPlatform == TargetPlatform.windows ||
kIsWeb;