Alarm constructor

Alarm({
  1. String? alarmName,
})

Implementation

Alarm({
  this.alarmName,
});