DeviceInfo class

Constructors

DeviceInfo(String srno, String dpId, String rdsId, String rdsVer, String dc, String mi, String mc, AdditionalInfo addInfo)
DeviceInfo.fromJson(Map<String, dynamic> json)

Properties

addInfo AdditionalInfo
latefinal
dc String
latefinal
dpId String
latefinal
hashCode int
The hash code for this object.
no setterinherited
mc String
latefinal
mi String
latefinal
rdsId String
latefinal
rdsVer String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srno String
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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