IspPlacement class

An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.

Constructors

IspPlacement({String? ispName, PlacementStatistics? placementStatistics})
IspPlacement.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ispName String?
The name of the email provider that the inbox placement data applies to.
final
placementStatistics PlacementStatistics?
An object that contains inbox placement metrics for a specific email provider.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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