V2TimGroupSearchResult class

Constructors

V2TimGroupSearchResult.new({bool? isFinished, int? totalCount, String? nextCursor, List<V2TimGroupInfo>? groupList})
V2TimGroupSearchResult.fromJson(Map json)

Properties

groupList List<V2TimGroupInfo>?
当前一次云端搜索返回的群组列表
getter/setter pair
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

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