AliUserModel class

Constructors

AliUserModel({required String topAccessToken, required String openId, required String openSid, required String nick, required String topAuthCode, required String avatarUrl})
AliUserModel.fromJson(Map<String, dynamic> jsonRes)
factory

Properties

avatarUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nick String
getter/setter pair
openId String
getter/setter pair
openSid String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topAccessToken String
getter/setter pair
topAuthCode String
getter/setter pair

Methods

copy() AliUserModel
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.
override

Operators

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