toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (budgetAllocationType != null)
'budgetAllocationType': budgetAllocationType!,
if (budgetUnit != null) 'budgetUnit': budgetUnit!,
if (maxAmount != null) 'maxAmount': maxAmount!,
};