V2GroupMemberInfoSearchResult class Models
V2TimMessageSearchResult
Constructors
- 
          V2GroupMemberInfoSearchResult({Map<String, dynamic> ? groupMemberSearchResultItems})
- V2GroupMemberInfoSearchResult.fromJson(Map json)
- V2GroupMemberInfoSearchResult.fromJsonForCloudSearch(Map json)
Properties
- 
  groupMemberSearchResultItems
  ↔ Map<String, dynamic> ?
- 
  当前一次云端搜索返回的群成员列表
  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