MetricSavings constructor

MetricSavings({
  1. double? CLS,
  2. double? FCP,
  3. double? INP,
  4. double? LCP,
  5. double? TBT,
})

Implementation

MetricSavings({
  this.CLS,
  this.FCP,
  this.INP,
  this.LCP,
  this.TBT,
});