macOSVersion property

int? get macOSVersion

Gets the macOS major version, auto-initializing if needed.

Implementation

static int? get macOSVersion {
  ensureInitialized();
  return _cachedMacOSVersion;
}