isMacOS property
bool
get
isMacOS
Returns true if running on macOS.
Implementation
static bool get isMacOS =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.macOS;
Returns true if running on macOS.
static bool get isMacOS =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.macOS;