JHardwareInfo class

class JHardwareInfo has String getter androidId String getter device String getter model String getter board String getter brand String getter display String getter fingerPrint String getter batteryLevel String getter deviceId String getter host String getter manufacturer String getter product String getter bootloader String _ List getter deviceApis Has JHardwareInfo.fromMap has Maptype method called toMap has Stringtype method called toString

Constructors

JHardwareInfo()
JHardwareInfo.fromMap(dynamic data)

Properties

androidId String
no setter
batteryLevel String
no setter
board String
no setter
bootloader String
no setter
brand String
no setter
device String
no setter
deviceApis List<String>
no setter
deviceId String
no setter
display String
no setter
fingerPrint String
no setter
hashCode int
The hash code for this object.
no setterinherited
host String
no setter
manufacturer String
no setter
model String
no setter
product String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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