QChatSearchMsgByPageResult constructor Null safety
- bool? hasMore,
- int? nextTimeTag,
- String? cursor,
- {List<
QChatMessage> ? messages}
Implementation
QChatSearchMsgByPageResult(bool? hasMore, int? nextTimeTag, String? cursor,
{this.messages})
: super(hasMore, nextTimeTag, cursor);