DeliverabilityReport class

Constructors

DeliverabilityReport.new({required EmailAuthenticationResult spf, required List<EmailAuthenticationResult> dkim, required EmailAuthenticationResult dmarc, required List<BlockListResult> blockLists, required Content content, required DnsRecords dnsRecords, required SpamAssassinResult spamAssassin})
const
DeliverabilityReport.fromJson(Map<String, dynamic> json)
factory

Properties

blockLists List<BlockListResult>
final
content Content
final
dkim List<EmailAuthenticationResult>
final
dmarc EmailAuthenticationResult
final
dnsRecords DnsRecords
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spamAssassin SpamAssassinResult
final
spf EmailAuthenticationResult
final

Methods

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

Operators

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