NIMUser class

消息

Annotations
  • @JsonSerializable()

Constructors

NIMUser({String? userId, String? nick, String? avatar, String? sign, NIMUserGenderEnum? gender, String? email, String? birth, String? mobile, String? ext})
NIMUser.fromMap(Map<String, dynamic> map)
factory

Properties

avatar String?
getter/setter pair
birth String?
yyyy-MM-dd格式
getter/setter pair
email String?
getter/setter pair
ext String?
getter/setter pair
gender NIMUserGenderEnum?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobile String?
getter/setter pair
nick 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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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