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