Transforms model to JSON map.
Map<String, dynamic> toMap() { return { 'title': title, 'content': content, }; }