Site constructor

Site({
  1. bool? autoAdsEnabled,
  2. String? domain,
  3. String? name,
  4. String? reportingDimensionId,
  5. String? state,
})

Implementation

Site({
  this.autoAdsEnabled,
  this.domain,
  this.name,
  this.reportingDimensionId,
  this.state,
});