isMacOS property

bool isMacOS
final

Whether the operating system is OS X.

The operating system is determined by operatingSystem, and is recognized as X if the value is the string macOS.

Implementation

abstract final bool isMacOS;