isMacOS top-level property

bool get isMacOS

Whether the OS is macOS.

Implementation

bool get isMacOS => !kIsWeb && Platform.isMacOS;