SavingsPlanRateProperty constructor

SavingsPlanRateProperty({
  1. SavingsPlanRatePropertyKey? name,
  2. String? value,
})

Implementation

SavingsPlanRateProperty({
  this.name,
  this.value,
});