SavingsPlansCoverageData constructor

SavingsPlansCoverageData({
  1. String? coveragePercentage,
  2. String? onDemandCost,
  3. String? spendCoveredBySavingsPlans,
  4. String? totalCost,
})

Implementation

SavingsPlansCoverageData({
  this.coveragePercentage,
  this.onDemandCost,
  this.spendCoveredBySavingsPlans,
  this.totalCost,
});