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