isMacOS top-level property

bool get isMacOS

Returns true if running on a macOS desktop system.

Always false in this placeholder.

Implementation

bool get isMacOS => false;