GetIdentityMailFromDomainAttributesResponse constructor
      
      GetIdentityMailFromDomainAttributesResponse({ 
    
    
- required Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes,
Implementation
GetIdentityMailFromDomainAttributesResponse({
  required this.mailFromDomainAttributes,
});