JInfoModel class

class JInfoModel has JAndroidInfo getter androidInfo JHardwareInfo getter hardwareInfo JApplicationInfo getter appInfo JSimInfo _ List getter simInfo Has JInfoModel.fromMap has Maptype method called toMap has Stringtype method called toString

Constructors

JInfoModel()
JInfoModel.fromMap(dynamic data)

Properties

androidInfo JAndroidInfo
no setter
appInfo JApplicationInfo
no setter
hardwareInfo JHardwareInfo
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simInfo List<JSimInfo>
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