SavingsPlansCoverage constructor

SavingsPlansCoverage({
  1. Map<String, String>? attributes,
  2. SavingsPlansCoverageData? coverage,
  3. DateInterval? timePeriod,
})

Implementation

SavingsPlansCoverage({
  this.attributes,
  this.coverage,
  this.timePeriod,
});