isMacOS property

bool get isMacOS

Checks if the application is running on the macOS platform.

Implementation

bool get isMacOS => !isWeb && _isPlatform('macos');