Paginate constructor

Paginate(
  1. Expr input, {
  2. DateTime? ts,
  3. int? size,
  4. Object before = CursorType.EMPTY,
  5. Object after = CursorType.EMPTY,
  6. bool? events,
  7. bool? sources,
})

Implementation

Paginate(
  this.input, {
  this.ts,
  this.size,
  this.before = CursorType.EMPTY,
  this.after = CursorType.EMPTY,
  this.events,
  this.sources,
});