AndroidVersion class
A version of the Android OS.
Constructors
-
AndroidVersion({int? apiLevel, String? codeName, Distribution? distribution, String? id, Date? releaseDate, List<
String> ? tags, String? versionString}) - AndroidVersion.fromJson(Map _json)
Properties
- apiLevel ↔ int?
-
The API level for this Android version.
getter/setter pair
- codeName ↔ String?
-
The code name for this Android version.
getter/setter pair
- distribution ↔ Distribution?
-
Market share for this version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An opaque id for this Android version.
getter/setter pair
- releaseDate ↔ Date?
-
The date this Android version became available in the market.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Tags for this dimension.
getter/setter pair
- versionString ↔ String?
-
A string representing this version of the Android OS.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited