TrustedAdvisorCostOptimizingSummary constructor

TrustedAdvisorCostOptimizingSummary({
  1. required double estimatedMonthlySavings,
  2. required double estimatedPercentMonthlySavings,
})

Implementation

TrustedAdvisorCostOptimizingSummary({
  required this.estimatedMonthlySavings,
  required this.estimatedPercentMonthlySavings,
});