DomainIspPlacement constructor

DomainIspPlacement({
  1. double? inboxPercentage,
  2. int? inboxRawCount,
  3. String? ispName,
  4. double? spamPercentage,
  5. int? spamRawCount,
})

Implementation

DomainIspPlacement({
  this.inboxPercentage,
  this.inboxRawCount,
  this.ispName,
  this.spamPercentage,
  this.spamRawCount,
});