Map<String, dynamic> toJson() { return { quoteMsgIdKey: msgId, quoteMsgTypeKey: msgType, quoteMsgPreviewKey: preview, quoteMsgSenderKey: sender, }; }