QChatGetMentionedMeMessagesResult constructor

QChatGetMentionedMeMessagesResult(
  1. bool? hasMore,
  2. int? nextTimeTag,
  3. String? cursor, {
  4. List<QChatMessage>? messages,
})

Implementation

QChatGetMentionedMeMessagesResult(
    bool? hasMore, int? nextTimeTag, String? cursor,
    {this.messages})
    : super(hasMore, nextTimeTag, cursor);