isMacOS property
bool
get
isMacOS
Implementation
static bool get isMacOS =>
kIsWeb ? false : defaultTargetPlatform == TargetPlatform.macOS;
static bool get isMacOS =>
kIsWeb ? false : defaultTargetPlatform == TargetPlatform.macOS;