DeviceModel class

DeviceModel contains all Device Info

Constructors

DeviceModel(Map _info)

Properties

code String
Return device code
no setter
deviceType String
Return device deviceType
no setter
getMap Map
Return a map with all keys and values from device.
no setter
hashCode int
The hash code for this object.
no setterinherited
release String
Return device release
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk int
Return device sdk
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