isMacOS property

bool isMacOS
final

Whether the operating system is a version of macOS.

Implementation

static final bool isMacOS = (operatingSystem == 'darwin');