ChatMessage constructor
ChatMessage({})
Implementation
ChatMessage({
required this.message,
this.id,
this.fromMe,
this.quickReplyMessage,
this.time,
this.isShowQuickReply,
this.showAvatar,
this.showAction,
this.rated,
this.like,
this.isLoading,
});