RecipientDsnFields constructor
RecipientDsnFields({})
Implementation
RecipientDsnFields({
required this.action,
required this.status,
this.diagnosticCode,
this.extensionFields,
this.finalRecipient,
this.lastAttemptDate,
this.remoteMta,
});