SavingsPlansCoverage constructor
SavingsPlansCoverage({
- Map<
String, String> ? attributes, - SavingsPlansCoverageData? coverage,
- DateInterval? timePeriod,
Implementation
SavingsPlansCoverage({
this.attributes,
this.coverage,
this.timePeriod,
});