OverallVolume class
An object that contains information about email that was sent from the selected domain.
Constructors
-
OverallVolume({List<
DomainIspPlacement> ? domainIspPlacements, double? readRatePercent, VolumeStatistics? volumeStatistics}) -
OverallVolume.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
domainIspPlacements
→ List<
DomainIspPlacement> ? -
An object that contains inbox and junk mail placement metrics for individual
email providers.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- readRatePercent → double?
-
The percentage of emails that were sent from the domain that were read by
their recipients.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volumeStatistics → VolumeStatistics?
-
An object that contains information about the numbers of messages that
arrived in recipients' inboxes and 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