NotificationAudio constructor

const NotificationAudio({
  1. NotificationSound? sound,
  2. bool silent = false,
  3. bool loop = false,
})

Implementation

const NotificationAudio({
  this.sound,
  this.silent = false,
  this.loop = false,
}) : _custom = null;