SavingsPlansUtilizationAggregates constructor

SavingsPlansUtilizationAggregates({
  1. required SavingsPlansUtilization utilization,
  2. SavingsPlansAmortizedCommitment? amortizedCommitment,
  3. SavingsPlansSavings? savings,
})

Implementation

SavingsPlansUtilizationAggregates({
  required this.utilization,
  this.amortizedCommitment,
  this.savings,
});