toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    'fixed_height_still': fixedHeightStill,
    'original_still': originalStill,
    'fixed_width': fixedWidth,
    'fixed_height_small_still': fixedHeightSmallStill,
    'fixed_height_downsampled': fixedHeightDownsampled,
    'preview': preview,
    'fixed_height_small': fixedHeightSmall,
    'downsized_still': downsizedStill,
    'downsized': downsized,
    'downsized_large': downsizedLarge,
    'fixed_width_small_still': fixedWidthSmallStill,
    'preview_webp': previewWebp,
    'fixed_width_still': fixedWidthStill,
    'fixed_width_small': fixedWidthSmall,
    'downsized_small': downsizedSmall,
    'fixed_width_downsampled': fixedWidthDownsampled,
    'downsized_medium': downsizedMedium,
    'original': original,
    'fixed_height': fixedHeight,
    'hd': hd,
    'looping': looping,
    'original_mp4': originalMp4,
    'preview_gif': previewGif,
    '480w_still': w480Still
  };
}