PlatformSummary constructor

PlatformSummary({
  1. String? betterAdsStatus,
  2. String? enforcementTime,
  3. String? filterStatus,
  4. String? lastChangeTime,
  5. List<String>? region,
  6. String? reportUrl,
  7. bool? underReview,
})

Implementation

PlatformSummary({
  this.betterAdsStatus,
  this.enforcementTime,
  this.filterStatus,
  this.lastChangeTime,
  this.region,
  this.reportUrl,
  this.underReview,
});