FetchMoreOptions$Query$countUnseenMessages constructor

FetchMoreOptions$Query$countUnseenMessages({
  1. required UpdateQuery updateQuery,
})

Implementation

FetchMoreOptions$Query$countUnseenMessages(
    {required graphql.UpdateQuery updateQuery})
    : super(
        updateQuery: updateQuery,
        document: documentNodeQuerycountUnseenMessages,
      );