IGUser class

Inheritance

Constructors

IGUser()

Properties

anonymousAvatar bool
是否使用了匿名头像
no setter
biography String
个人简介
no setter
business bool
是否为商业用户
no setter
favorite bool
是否为热门用户(网红?)
no setter
followeeCount int
关注数量
no setter
followerCount int
粉丝数量
no setter
hasChaining bool
在instagram拥有关系网?(基本都是true)
no setter
hashCode int
The hash code for this object.
no setterinherited
mediaCount int
发帖数
no setter
narrowedAvatarURLs List<IGMediaResource>
头像(高清); 150X150 < (320X320; 640X640; ...) < 原图尺寸
no setter
nickname String
昵称
no setter
originalAvatarURL IGMediaResource
头像(原始)
no setter
private bool
是否为私有用户
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailAvatarURL String?
头像(缩略图); 150X150
no setter
userId String
用户ID
no setter
username String
用户名
no setter
usertagCount int
被帖子提及的数量
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