UsageAllocation constructor

UsageAllocation({
  1. required int allocatedUsageQuantity,
  2. List<Tag>? tags,
})

Implementation

UsageAllocation({
  required this.allocatedUsageQuantity,
  this.tags,
});