PageInfo constructor

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

Implementation

factory PageInfo({
  bool? hasNextPage,
  bool? hasPreviousPage,
  String? startCursor,
  String? endCursor,
}) = _PageInfo;