GetIdentityNotificationAttributesResponse constructor

GetIdentityNotificationAttributesResponse({
  1. required Map<String, IdentityNotificationAttributes> notificationAttributes,
})

Implementation

GetIdentityNotificationAttributesResponse({
  required this.notificationAttributes,
});