TrafficStats constructor

TrafficStats({
  1. List<DeliveryError>? deliveryErrors,
  2. double? dkimSuccessRatio,
  3. double? dmarcSuccessRatio,
  4. String? domainReputation,
  5. double? inboundEncryptionRatio,
  6. List<IpReputation>? ipReputations,
  7. String? name,
  8. double? outboundEncryptionRatio,
  9. List<FeedbackLoop>? spammyFeedbackLoops,
  10. double? spfSuccessRatio,
  11. double? userReportedSpamRatio,
  12. double? userReportedSpamRatioLowerBound,
  13. double? userReportedSpamRatioUpperBound,
})

Implementation

TrafficStats({
  this.deliveryErrors,
  this.dkimSuccessRatio,
  this.dmarcSuccessRatio,
  this.domainReputation,
  this.inboundEncryptionRatio,
  this.ipReputations,
  this.name,
  this.outboundEncryptionRatio,
  this.spammyFeedbackLoops,
  this.spfSuccessRatio,
  this.userReportedSpamRatio,
  this.userReportedSpamRatioLowerBound,
  this.userReportedSpamRatioUpperBound,
});