IdentityMailFromDomainAttributes constructor

IdentityMailFromDomainAttributes({
  1. required BehaviorOnMXFailure behaviorOnMXFailure,
  2. required String mailFromDomain,
  3. required CustomMailFromStatus mailFromDomainStatus,
})

Implementation

IdentityMailFromDomainAttributes({
  required this.behaviorOnMXFailure,
  required this.mailFromDomain,
  required this.mailFromDomainStatus,
});