AndroidBuildVersion class

Version values of the current Android operating system build derived from android.os.Build.VERSION.

See: https://developer.android.com/reference/android/os/Build.VERSION.html

Properties

baseOS String?
The base OS build the product is based on. Available only on Android M (API 23) and newer
final
codename String
The current development codename, or the string "REL" if this is a release build.
final
hashCode int
The hash code for this object.
read-onlyinherited
incremental String
The internal value used by the underlying source control to represent this build. Available only on Android M (API 23) and newer
final
previewSdkInt int?
The developer preview revision of a pre-release SDK.
final
release String
The user-visible version string.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sdkInt int
The user-visible SDK version of the framework.
final
securityPatch String?
The user-visible security patch level. Available only on Android M (API 23) and newer
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Serializes AndroidBuildVersion to map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited