IGUserGraphStatus class

Inheritance

Constructors

IGUserGraphStatus()

Properties

bestie bool
对方是否是我的密友
no setter
blocking bool
我是否拉黑了对方; 需要专门接口支持(maybe null);
no setter
followedBy bool
对方是否正在关注我; 需要专门接口支持(maybe null)
no setter
following bool
我是否正在关注对方
no setter
hashCode int
The hash code for this object.
no setterinherited
incoming bool
对方是否向我发出了关注请求
no setter
outgoing bool
是否向对方发出了关注请求
no setter
private bool
对方是否为私有用户
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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