isMacOS property

bool isMacOS

Implementation

static bool get isMacOS {
  if (kIsWeb) {
    return false;
  }
  return Platform.isMacOS;
}