toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'original': original?.toJson(),
      'fixed_height': fixedHeight?.toJson(),
      'fixed_height_downsampled': fixedHeightDownsampled?.toJson(),
      'fixed_height_small': fixedHeightSmall?.toJson(),
      'fixed_width': fixedWidth?.toJson(),
      'fixed_width_downsampled': fixedWidthDownsampled?.toJson(),
      'fixed_width_small': fixedWidthSmall?.toJson(),
    };