QChatGetByPageResult constructor Null safety

QChatGetByPageResult(
  1. {bool hasMore = false,
  2. int? nextTimeTag}
)

Implementation

QChatGetByPageResult({this.hasMore = false, this.nextTimeTag});