DealerNotificationSettingsDTO constructor
const
DealerNotificationSettingsDTO({ - bool? sendShutdowns,
- bool? sendWarnings,
- bool? sendGeneratorRunningNotices,
- bool? sendNotices,
- bool? sendConnectionNotices,
- bool? sendMaintenanceNotices,
- bool? sendLongRunningNotices,
- bool? sendNotificationEmails,
})
Implementation
const DealerNotificationSettingsDTO({
this.sendShutdowns,
this.sendWarnings,
this.sendGeneratorRunningNotices,
this.sendNotices,
this.sendConnectionNotices,
this.sendMaintenanceNotices,
this.sendLongRunningNotices,
this.sendNotificationEmails,
});