SiteSummaryResponse constructor

SiteSummaryResponse({
  1. PlatformSummary? desktopSummary,
  2. PlatformSummary? mobileSummary,
  3. String? reviewedSite,
})

Implementation

SiteSummaryResponse({
  this.desktopSummary,
  this.mobileSummary,
  this.reviewedSite,
});