CometChatNotificationException constructor

const CometChatNotificationException({
  1. required CometChatErrorCode code,
  2. required String message,
  3. Object? cause,
})

Implementation

const CometChatNotificationException({
  required this.code,
  required this.message,
  this.cause,
});