isMacOS property

bool get isMacOS

Implementation

static bool get isMacOS {
  return !kIsWeb && Platform.isMacOS;
}