UserPageLoadMetricV5 constructor

UserPageLoadMetricV5({
  1. String? category,
  2. List<Bucket>? distributions,
  3. String? formFactor,
  4. int? median,
  5. String? metricId,
  6. int? percentile,
})

Implementation

UserPageLoadMetricV5({
  this.category,
  this.distributions,
  this.formFactor,
  this.median,
  this.metricId,
  this.percentile,
});