QueryAllAllocationsResponse constructor

const QueryAllAllocationsResponse({
  1. List<UserAllocation> allocations = const [],
  2. PageResponse? pagination,
})

Implementation

const QueryAllAllocationsResponse({
  this.allocations = const [],
  this.pagination,
});