isMacOS top-level property

bool get isMacOS

Checks if the platform is macOS.

Implementation

bool get isMacOS => GeneralPlatform.isMacOS;