ChatMessageModel constructor
ChatMessageModel({})
Implementation
ChatMessageModel({
required this.id,
required this.chatId,
required this.senderId,
required this.content,
required this.messageType,
this.updatedAt,
this.parentId,
this.isDeleted,
required this.createdAt,
this.platform,
this.customData,
this.fileInfo,
this.reactions,
});