PaginationOptions constructor

PaginationOptions({
  1. String? cursor,
  2. int? limit,
})

Implementation

PaginationOptions({this.cursor, this.limit});