QueryAllAllocationsResponse constructor
const
QueryAllAllocationsResponse({
- List<
UserAllocation> allocations = const [], - PageResponse? pagination,
Implementation
const QueryAllAllocationsResponse({
this.allocations = const [],
this.pagination,
});