toJson method
Implementation
Map<String, dynamic> toJson() => {
'height': height,
'width': width,
'size': size,
'url': url,
'mp4_size': mp4Size,
'mp4': mp4,
'webp_size': webpSize,
'webp': webp,
'frames': frames,
'hash': hash,
};