OperationsPagination constructor

OperationsPagination({
  1. int? first,
  2. OperationsCursor? after,
  3. int? last,
  4. OperationsCursor? before,
})

Implementation

OperationsPagination({this.first, this.after, this.last, this.before});