toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'uid': uid,
'previewImageUrl': previewImageUrl,
'publicationDate': publicationDate,
'locale': locale,
'title': title,
'slug': slug,
'contentPreview': contentPreview,
'content': content,
};
}