DeviceData class

DeviceData

Inheritance

Constructors

DeviceData({String? serialNo, String? modelCode, String? appName, String? appVersion, String? osName, String? osVersion, String? batteryInfo})
Constructor
DeviceData.fromJson(Map<String, dynamic> json)
from json map

Properties

appName String?
app name
getter/setter pair
appVersion String?
app version
getter/setter pair
batteryInfo String?
battery level info
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modelCode String?
model code
getter/setter pair
osName String?
operating system name
getter/setter pair
osVersion String?
operation system version
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNo String?
serial no
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Ret convert to Json Map
override
toString() String
A string representation of this object.
inherited

Operators

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