QChatSearchServerByPageParam constructor

QChatSearchServerByPageParam(
  1. String keyword,
  2. bool? asc,
  3. QChatSearchServerTypeEnum searchType, {
  4. int? startTime,
  5. int? endTime,
  6. int? limit,
  7. List<int?>? serverTypes,
  8. QChatServerSearchSortEnum? sort,
  9. String? cursor,
})

Implementation

QChatSearchServerByPageParam(this.keyword, this.asc, this.searchType,
    {this.startTime,
    this.endTime,
    this.limit,
    this.serverTypes,
    this.sort,
    this.cursor});