QuietHoursSettings constructor
const
QuietHoursSettings({})
Creates quiet hours settings.
Implementation
const QuietHoursSettings({
this.enabled = false,
this.startTime,
this.endTime,
this.allowCritical = true,
this.allowCalls = true,
this.weekdaysOnly = false,
});