Android.
- Implemented types
Properties
- baseOS → String
-
The base OS build the product is based on.
no setter
- codename → String
-
The current development codename, or the string "REL" if this is a release
build.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- incremental → String
-
The internal value used by the underlying source control to represent this
build. E.g., a perforce changelist number or a git hash.
no setter
- mediaPerformanceClass → int
-
The media performance class of the device or 0 if none.
no setter
- previewSDKVersion → int
-
The developer preview revision of a prerelease SDK. This value will always
be
0
on production platform builds/devices.no setter - release → String
-
The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas". This
field is an opaque string. Do not assume that its value has any particular
structure or that values of RELEASE from different releases can be somehow
ordered.
no setter
- releaseOrCodename → String
-
The version string. May be
RELEASE
orCODENAME
if not a final release build.no setter - releaseOrPreviewDisplay → String
-
The version string we show to the user; may be
RELEASE
or a descriptive string if not a final release build.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkVersion → int
-
The SDK version of the software currently running on this hardware device.
This value never changes while a device is booted, but it may increase when
the hardware manufacturer provides an OTA update.
no setter
- securityPatch → String
-
The user-visible security patch level. This value represents the date when
the device most recently applied a security patch.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited