PageInfo constructor

PageInfo({
  1. Cursor? cursor,
  2. required bool hasNextPage,
  3. required bool hasPreviousPage,
})

Implementation

factory PageInfo({
  Cursor? cursor,
  required bool hasNextPage,
  required bool hasPreviousPage,
}) = _PageInfo;