NotificationBeep constructor

const NotificationBeep({
  1. int? time,
  2. int? frequency,
})

Implementation

const NotificationBeep({this.time, this.frequency});