RecentChatsPagination constructor
- int? first,
- RecentChatsCursor? after,
- int? last,
- RecentChatsCursor? before,
Implementation
RecentChatsPagination({
this.first,
this.after,
this.last,
this.before,
});
RecentChatsPagination({
this.first,
this.after,
this.last,
this.before,
});