isNativeMacOS top-level property

bool get isNativeMacOS

Checks if the platform is native macOS (not web).

Implementation

bool get isNativeMacOS => isMacOS && !isWeb;