LoginUserEntity class

Constructors

LoginUserEntity()

Properties

appId String?
getter/setter pair
createdTime String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOpenLockRecord bool?
getter/setter pair
nickname String?
getter/setter pair
onLine bool?
getter/setter pair
openToken String?
getter/setter pair
password String?
getter/setter pair
rsaPrivateKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subMchId String?
getter/setter pair
titleImg String?
getter/setter pair
token String?
getter/setter pair
userId String?
getter/setter pair
userRealName ↔ dynamic
getter/setter pair
uuid String?
getter/setter pair
wxOpenId String?
getter/setter pair
wxOpenId2 String?
getter/setter pair

Methods

fromJson(Map<String?, dynamic> map) LoginUserEntity
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