Map<String, dynamic> toJson() { return { 'sentFrom': sentFrom, 'sentTo': sentTo, 'subject': subject, 'body': body, 'match': match, }; }