IGUserLite class

Inheritance

Constructors

IGUserLite()

Properties

anonymousAvatar bool
是否使用了匿名头像
no setter
hashCode int
The hash code for this object.
no setterinherited
nickname String
昵称
no setter
private bool
是否为私有用户
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailAvatarURL String?
头像(缩略图)
no setter
userId String
用户ID
no setter
username String
用户名
no setter
verified bool
是否为认证用户
no setter

Methods

internalAsDate(String key) DateTime
@警告 内部使用
inherited
internalAsEnum<T>(String key, List<T> values) → T
@警告 内部使用
inherited
internalAsSelf(Map<String, dynamic> obj) → dynamic
@警告 内部使用
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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