NotificationCommand constructor

const NotificationCommand({
  1. NotificationLEDParams? led,
  2. NotificationBeepParams? beep,
  3. NotificationVibrateParams? vibrate,
})

Implementation

const NotificationCommand({this.led, this.beep, this.vibrate});