UserInfo class

用户资料信息

Constructors

UserInfo({String? nickName, String? avatarUrl, String? thumbAvatarUrl, String? sign, Gender? gender, String? email, String? birth, String? mobile, String? ext})

Properties

avatarUrl String?
用户头像
final
birth String?
生日
final
email String?
邮箱
final
ext String?
用户自定义扩展字段
final
gender Gender?
用户性别 Gender
final
hashCode int
The hash code for this object.
no setterinherited
mobile String?
电话号码
final
nickName String?
用户昵称
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String?
用户签名
final
thumbAvatarUrl String?
用户头像缩略图
final

Methods

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

Operators

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

Static Methods

fromMap(Map map) UserInfo