VolumeStatistics class

An object that contains information about the amount of email that was delivered to recipients.

Constructors

VolumeStatistics({int? inboxRawCount, int? projectedInbox, int? projectedSpam, int? spamRawCount})
VolumeStatistics.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inboxRawCount int?
The total number of emails that arrived in recipients' inboxes.
final
projectedInbox int?
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
final
projectedSpam int?
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spamRawCount int?
The total number of emails that arrived in recipients' spam or junk mail folders.
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