isMacOS property
bool
get
isMacOS
True if the operating system is OS X.
Implementation
bool get isMacOS => operatingSystem == macOS;
True if the operating system is OS X.
bool get isMacOS => operatingSystem == macOS;