$LineItemBudget constructor

$LineItemBudget({
  1. String? budgetAllocationType,
  2. String? budgetUnit,
  3. String? maxAmount,
})

Implementation

$LineItemBudget({
  this.budgetAllocationType,
  this.budgetUnit,
  this.maxAmount,
});