ChatNewRoomNotification constructor

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

Implementation

const ChatNewRoomNotification({
  super.title,
  super.body,
  super.sender,
  super.verify,
  super.onDenied,
});