NotificationOptions constructor

NotificationOptions({
  1. String? emailMessage,
  2. bool? sendEmail,
})

Implementation

NotificationOptions({
  this.emailMessage,
  this.sendEmail,
});