SiteSummaryResponse constructor

SiteSummaryResponse({
  1. String? abusiveStatus,
  2. String? enforcementTime,
  3. String? filterStatus,
  4. String? lastChangeTime,
  5. String? reportUrl,
  6. String? reviewedSite,
  7. bool? underReview,
})

Implementation

SiteSummaryResponse({
  this.abusiveStatus,
  this.enforcementTime,
  this.filterStatus,
  this.lastChangeTime,
  this.reportUrl,
  this.reviewedSite,
  this.underReview,
});