PageInfo constructor

PageInfo({
  1. bool? hasNextPage,
  2. String? endCursor,
})

Implementation

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