PageInfo constructor

PageInfo({
  1. String? startCursor,
  2. bool? hasNextPage,
  3. bool? hasPreviousPage,
  4. String? endCursor,
})

Implementation

PageInfo(
    {this.startCursor,
    this.hasNextPage,
    this.hasPreviousPage,
    this.endCursor});