macOSVersion property

int? get macOSVersion

Gets the cached macOS major version, or null if not macOS or not initialized.

Implementation

static int? get macOSVersion => _cachedMacOSVersion;