OptionAlarmDay constructor

const OptionAlarmDay({
  1. bool enabled = false,
  2. String at = "",
})

Implementation

const OptionAlarmDay({this.enabled = false, this.at = ""});