IrregularRhythmNotification constructor

IrregularRhythmNotification({
  1. List<AlertWindow>? alertWindows,
  2. SessionTimeInterval? interval,
  3. MedicalDeviceInfo? medicalDeviceInfo,
})

Implementation

IrregularRhythmNotification({
  this.alertWindows,
  this.interval,
  this.medicalDeviceInfo,
});