Alarm constructor

Alarm({
  1. String? name,
})

Implementation

Alarm({
  this.name,
});