BudgetSummary constructor

BudgetSummary({
  1. String? externalBudgetId,
  2. String? preTaxAmountMicros,
  3. PrismaCpeCode? prismaCpeCode,
  4. String? taxAmountMicros,
  5. String? totalAmountMicros,
})

Implementation

BudgetSummary({
  this.externalBudgetId,
  this.preTaxAmountMicros,
  this.prismaCpeCode,
  this.taxAmountMicros,
  this.totalAmountMicros,
});