JAndroidInfo class

class JAndroidInfo has String getter androidId String getter androidSdk String getter securityPatch String getter codeName String getter release Has JAndroidInfo.fromMap Constructor has Maptype method called toMap has Stringtype method called toString

Constructors

JAndroidInfo()
JAndroidInfo Constructor
JAndroidInfo.fromMap(dynamic data)
JAndroidInfo.fromMap Constructor

Properties

androidId String
String getter androidId
no setter
androidSdk String
String getter androidSdk
no setter
codeName String
String getter codeName
no setter
hashCode int
The hash code for this object.
no setterinherited
release String
String getter release
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityPatch String
String getter securityPatch
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Maptype method called toMap
toString() String
Stringtype method called toString
override

Operators

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