isMacOS property

bool get isMacOS

Whether the operating system is a version of macOS.

Implementation

static bool get isMacOS => Platform.isMacOS;