isMacOS property

bool get isMacOS

Returns true if running on macOS (any version).

Implementation

static bool get isMacOS => Platform.isMacOS;