NotificationMessageModel constructor

NotificationMessageModel({
  1. ChatMessage? chatMessage,
})

Implementation

NotificationMessageModel({
  this.chatMessage,
});