Map<String, dynamic> toJson() { return <String, dynamic> { 'CommentText': commentText, 'CommentorEmail': commentorEmail }; }