$LineItemBudget.fromJson constructor

$LineItemBudget.fromJson(
  1. Map json_
)

Implementation

$LineItemBudget.fromJson(core.Map json_)
  : this(
      budgetAllocationType: json_['budgetAllocationType'] as core.String?,
      budgetUnit: json_['budgetUnit'] as core.String?,
      maxAmount: json_['maxAmount'] as core.String?,
    );