PaginatedObjectsResponse constructor
PaginatedObjectsResponse(
- List<
SuiObjectResponse> data, - String nextCursor,
- bool hasNextPage
Implementation
PaginatedObjectsResponse(this.data, this.nextCursor, this.hasNextPage);