DeviceModel class
DeviceModel that contains all Device
Information.
Constructors
- DeviceModel(Map _info)
Properties
- getMap → Map
-
Return a map with all
keys
andvalues
from device.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- model → String
-
Return device model
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
Return device type
no setter
- version → int
-
Return device version
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited