isMacOS property

bool isMacOS

Checks if the platform is macOS.

Implementation

bool get isMacOS => Platform.isMacOS;