PagespeedApiPagespeedResponseV5 constructor

PagespeedApiPagespeedResponseV5({
  1. String? analysisUTCTimestamp,
  2. String? captchaResult,
  3. String? id,
  4. String? kind,
  5. LighthouseResultV5? lighthouseResult,
  6. PagespeedApiLoadingExperienceV5? loadingExperience,
  7. PagespeedApiLoadingExperienceV5? originLoadingExperience,
  8. PagespeedVersion? version,
})

Implementation

PagespeedApiPagespeedResponseV5({
  this.analysisUTCTimestamp,
  this.captchaResult,
  this.id,
  this.kind,
  this.lighthouseResult,
  this.loadingExperience,
  this.originLoadingExperience,
  this.version,
});