GetIdentityMailFromDomainAttributesResponse constructor

GetIdentityMailFromDomainAttributesResponse({
  1. required Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes,
})

Implementation

GetIdentityMailFromDomainAttributesResponse({
  required this.mailFromDomainAttributes,
});