Page<T> constructor

Page<T>(
  1. List<T> items,
  2. String? nextCursor
)

Implementation

Page(this.items, this.nextCursor);