Page<T, C> constructor

Page<T, C>(
  1. List<T> edges,
  2. PageInfo<C> info
)

Implementation

Page(this.edges, this.info);