isMacOS property

bool isMacOS

Implementation

static bool get isMacOS => isWeb ? false : Platform.isMacOS;