AppDevice class

Annotations
  • @JsonSerializable()

Constructors

AppDevice()
AppDevice.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
getter/setter pair
appCode String
getter/setter pair
birthday String
getter/setter pair
channel String
getter/setter pair
clientVer String
getter/setter pair
deviceNo String
getter/setter pair
expectedDate String
getter/setter pair
gestation int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loginType String
getter/setter pair
osType int
getter/setter pair
osVer String
getter/setter pair
premature int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String
getter/setter pair
skin String
getter/setter pair
t int
getter/setter pair
token String
getter/setter pair
userId int
getter/setter pair
uuid String
getter/setter pair

Methods

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 Properties

inst AppDevice
no setter