NotificationSettingsDTO constructor
NotificationSettingsDTO({
- bool? suppressDefaultNotifications,
- MemberNotificationOverrideDTO? notificationOverrideEmail,
- MemberNotificationOverrideDTO? notificationOverrideAppPush,
Returns a new NotificationSettingsDTO instance.
Implementation
NotificationSettingsDTO({
this.suppressDefaultNotifications,
this.notificationOverrideEmail,
this.notificationOverrideAppPush,
});