Alarm constructor

Alarm({
  1. String? alarmARN,
  2. String? alarmName,
})

Implementation

Alarm({
  this.alarmARN,
  this.alarmName,
});