isMacOS property

bool get isMacOS

True if the operating system is OS X.

Implementation

bool get isMacOS => operatingSystem == macOS;