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 Constructor has Maptype method called toMap has Stringtype method called toString
Constructors
- JHardwareInfo()
- JHardwareInfo Constructor
- JHardwareInfo.fromMap(dynamic data)
- JHardwareInfo.fromMap Constructor
Properties
- androidId → String
-
String getter androidId
no setter
- batteryLevel → String
-
String getter batteryLevel
no setter
- board → String
-
String getter board
no setter
- bootloader → String
-
String getter bootloader
no setter
- brand → String
-
String getter brand
no setter
- device → String
-
String getter device
no setter
-
deviceApis
→ List<
String> -
String _ List getter deviceApis
no setter
- deviceId → String
-
String getter deviceId
no setter
- display → String
-
String getter display
no setter
- fingerPrint → String
-
String getter fingerPrint
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String
-
String getter host
no setter
- manufacturer → String
-
String getter manufacturer
no setter
- model → String
-
String getter model
no setter
- product → String
-
String getter product
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited