ChatNotification constructor

const ChatNotification({
  1. String? title,
  2. String? body,
  3. NotificationSender? sender,
  4. VerifyToSendNotification? verify,
  5. OnDeniedToSendNotification? onDenied,
})

Implementation

const ChatNotification({
  this.title,
  this.body,
  this.sender,
  this.verify,
  this.onDenied,
});