SavingsPlanRateProperty constructor
SavingsPlanRateProperty({
- SavingsPlanRatePropertyKey? name,
- String? value,
Implementation
SavingsPlanRateProperty({
this.name,
this.value,
});