EMUserInfo class

Constructors

EMUserInfo(String aUserId)
EMUserInfo.fromJson(Map map)
factory
EMUserInfo.private(String userId)

Properties

avatarUrl String?
getter/setter pair
birth String?
getter/setter pair
expireTime int
getter/setter pair
ext String?
getter/setter pair
gender int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mail String?
getter/setter pair
nickName String?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String?
getter/setter pair
userId String
getter/setter pair

Methods

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

Operators

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