SavingsPlansUtilizationAggregates constructor
SavingsPlansUtilizationAggregates({
- required SavingsPlansUtilization utilization,
- SavingsPlansAmortizedCommitment? amortizedCommitment,
- SavingsPlansSavings? savings,
Implementation
SavingsPlansUtilizationAggregates({
required this.utilization,
this.amortizedCommitment,
this.savings,
});