JAndroidInfo class
class JAndroidInfo has String getter androidId String getter androidSdk String getter securityPatch String getter codeName String getter release Has JAndroidInfo.fromMap has Maptype method called toMap has Stringtype method called toString
Constructors
- JAndroidInfo()
- JAndroidInfo.fromMap(dynamic data)
Properties
- androidId → String
-
no setter
- androidSdk → String
-
no setter
- codeName → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- release → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityPatch → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited