Map<String, dynamic> toJson() => { "memberProfileDetails": memberProfileDetails?.toJson(), "messageId": messageId, "status": status?.toJson(), "time": time, "userJid": userJid, };