toJson method
dynamic
toJson()
Implementation
toJson() => {
'type': type,
'source': source,
'coverURL': coverURL,
'title': title,
'from': from,
};
toJson() => {
'type': type,
'source': source,
'coverURL': coverURL,
'title': title,
'from': from,
};