PlacementStatistics class

An object that contains inbox placement data for an email provider.

Constructors

PlacementStatistics({double? dkimPercentage, double? inboxPercentage, double? missingPercentage, double? spamPercentage, double? spfPercentage})
PlacementStatistics.fromJson(Map<String, dynamic> json)
factory

Properties

dkimPercentage double?
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
final
hashCode int
The hash code for this object.
no setterinherited
inboxPercentage double?
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
final
missingPercentage double?
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spamPercentage double?
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
final
spfPercentage double?
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited