GetInboxMessagesPageInfo constructor

GetInboxMessagesPageInfo({
  1. String? startCursor,
  2. bool? hasNextPage,
})

Implementation

GetInboxMessagesPageInfo({this.startCursor, this.hasNextPage});