V2TimUserSearchResult class
Constructors
-
V2TimUserSearchResult.new({bool? isFinished, int? totalCount, String? nextCursor, List<
V2TimUserInfo> ? userInfoList}) - V2TimUserSearchResult.fromJson(Map json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFinished ↔ bool?
-
是否已经返回全部满足搜索条件的用户列表
getter/setter pair
- nextCursor ↔ String?
-
下一次云端搜索的起始位置
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCount ↔ int?
-
满足搜索条件的用户总数量
getter/setter pair
-
userInfoList
↔ List<
V2TimUserInfo> ? -
当前一次云端搜索返回的用户列表
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLogString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited