isMacOS property

bool isMacOS
final

Implementation

@pragma("vm:platform-const")
static final bool isMacOS = (false == isWeb && Platform.isMacOS);