GetNotificationConfigurationResponse constructor

GetNotificationConfigurationResponse({
  1. required NotificationConfiguration notificationConfiguration,
})

Implementation

GetNotificationConfigurationResponse({
  required this.notificationConfiguration,
});