isMacOS property

bool get isMacOS

Checks if the platform is macOS.

Implementation

bool get isMacOS => Platform.isMacOS;