ReplyMessage constructor
const
ReplyMessage({})
Implementation
const ReplyMessage({
this.messageId = '',
this.message = '',
this.replyTo = '',
this.replyBy = '',
this.messageType = MessageType.text,
this.voiceMessageDuration,
});