MailboxDeliveryEvent class
Constructors
- MailboxDeliveryEvent({required String id, required String deliveryId, required String provider, required String providerEventId, required String eventType, required String status, required DateTime occurredAt, required DateTime receivedAt, int? attemptNo, int? smtpCode, String? enhancedSmtpCode, String? reason, String? description, String? mxHost, bool? tls, bool? certificateVerified})
-
MailboxDeliveryEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attemptNo → int?
-
final
- certificateVerified → bool?
-
final
- deliveryId → String
-
final
- description → String?
-
final
- enhancedSmtpCode → String?
-
final
- eventType → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- mxHost → String?
-
final
- occurredAt → DateTime
-
final
- provider → String
-
final
- providerEventId → String
-
final
- reason → String?
-
final
- receivedAt → DateTime
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smtpCode → int?
-
final
- status → String
-
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