toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'id': id,
'url': url,
'hash': hash,
'width': width,
'height': height,
'nsfw': nsfw,
'nsfwLevel': nsfwLevel,
'createdAt': createdAt,
'postId': postId,
'stats': stats.toJson(),
'meta': meta,
};
}