toJson method

Map<String, dynamic> toJson()

Implementation

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