IGAccountUser class

Inheritance

Constructors

IGAccountUser()

Properties

anonymousAvatar bool
是否使用了匿名头像
no setter
biography String
个人简介
no setter
commenterControl IGCommenterControl
评论者控制
no setter
email String
电子邮箱
no setter
gender IGUserGender
no setter
hashCode int
The hash code for this object.
no setterinherited
narrowedAvatarURLs List<IGMediaResource>
头像(高清); 150X150 < (320X320; 640X640; ...) < 原图尺寸
no setter
nickname String
昵称
no setter
originalAvatarURL IGMediaResource
头像(原始)
no setter
phone String
手机号码, 格式 +{country_code}{national_number}
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
website String
个人网站
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