PaginatedPoolSummary constructor

PaginatedPoolSummary(
  1. List<PoolSummary> data,
  2. bool hasNextPage,
  3. EventId? nextCursor
)

Implementation

PaginatedPoolSummary(
  this.data,
  this.hasNextPage,
  this.nextCursor
);