Map<String, dynamic> toJson() { final Map<String, dynamic> jsonMap = { "contentType": contentType, "content": content, }; return jsonMap; }