GetIdentityNotificationAttributesResponse constructor
      
      GetIdentityNotificationAttributesResponse({ 
    
    
- required Map<String, IdentityNotificationAttributes> notificationAttributes,
Implementation
GetIdentityNotificationAttributesResponse({
  required this.notificationAttributes,
});