AlarmInfo constructor

AlarmInfo({
  1. required String label,
  2. required String time,
})

Implementation

AlarmInfo({required this.label,required this.time});