toJson method

Map<String, dynamic> toJson()

Implementation

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