PaginatedPoolSummary constructor
PaginatedPoolSummary(
- List<
PoolSummary> data, - bool hasNextPage,
- EventId? nextCursor
Implementation
PaginatedPoolSummary(
this.data,
this.hasNextPage,
this.nextCursor
);