isMacOS top-level property
bool
get
isMacOS
Whether the OS is macOS.
Implementation
bool get isMacOS => !kIsWeb && Platform.isMacOS;
Whether the OS is macOS.
bool get isMacOS => !kIsWeb && Platform.isMacOS;