Device class

Constructors

Device({Map<String, dynamic>? json})
Device.fromJson(Map<String, dynamic> json)
factory

Properties

allowPush bool
getter/setter pair
crs String?
getter/setter pair
deviceType String?
getter/setter pair
displayName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
lastAppVersionCode String?
getter/setter pair
lastAppVersionName String?
getter/setter pair
make String?
getter/setter pair
meta Map<String, dynamic>?
getter/setter pair
model String?
getter/setter pair
osName String?
getter/setter pair
osVersion String?
getter/setter pair
pushId String?
getter/setter pair
remoteId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double?
getter/setter pair
y double?
getter/setter pair

Methods

fromJson(Map<String, dynamic>? json) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

mkDevice() Future<Device>