MessageObject constructor
MessageObject({})
Implementation
MessageObject(
{required this.toJid,
required this.messageType,
this.textMessage,
this.replyMessageId,
this.latitude,
this.longitude,
this.contactName,
this.contactNumbers,
this.file,
this.fileName,
this.caption,
this.base64Thumbnail,
this.audioDuration,
this.isAudioRecorded});