SiteSummaryResponse constructor
SiteSummaryResponse({
- PlatformSummary? desktopSummary,
- PlatformSummary? mobileSummary,
- String? reviewedSite,
Implementation
SiteSummaryResponse({
this.desktopSummary,
this.mobileSummary,
this.reviewedSite,
});