MailboxDelivery class

Constructors

MailboxDelivery({required String id, required String submissionId, required String recipient, required String messageId, required String status, required DateTime submittedAt, required DateTime statusAt, required int attemptCount, int? smtpCode, String? enhancedSmtpCode, String? reason, String? description, String? mxHost, bool? tls, bool? certificateVerified})
MailboxDelivery.fromJson(Map<String, dynamic> json)
factory

Properties

attemptCount int
final
certificateVerified bool?
final
description String?
final
enhancedSmtpCode String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
messageId String
final
mxHost String?
final
reason String?
final
recipient String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smtpCode int?
final
status String
final
statusAt DateTime
final
submissionId String
final
submittedAt DateTime
final
tls bool?
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