GiphyImages constructor

const GiphyImages({
  1. GiphyImage? fixedHeight,
  2. GiphyImage? fixedHeightStill,
  3. GiphyImage? fixedHeightDownsampled,
  4. GiphyImage? fixedWidth,
  5. GiphyImage? fixedWidthStill,
  6. GiphyImage? fixedWidthDownsampled,
  7. GiphyImage? fixedHeightSmall,
  8. GiphyImage? fixedHeightSmallStill,
  9. GiphyImage? fixedWidthSmall,
  10. GiphyImage? fixedWidthSmallStill,
  11. GiphyImage? downsized,
  12. GiphyImage? downsizedStill,
  13. GiphyImage? downsizedLarge,
  14. GiphyImage? downsizedMedium,
  15. GiphyImage? original,
  16. GiphyImage? originalStill,
  17. GiphyImage? looping,
  18. GiphyImage? preview,
  19. GiphyImage? downsizedSmall,
  20. String? mediaId,
})

Creates a GiphyImages instance with the given renditions.

Implementation

const GiphyImages({
  this.fixedHeight,
  this.fixedHeightStill,
  this.fixedHeightDownsampled,
  this.fixedWidth,
  this.fixedWidthStill,
  this.fixedWidthDownsampled,
  this.fixedHeightSmall,
  this.fixedHeightSmallStill,
  this.fixedWidthSmall,
  this.fixedWidthSmallStill,
  this.downsized,
  this.downsizedStill,
  this.downsizedLarge,
  this.downsizedMedium,
  this.original,
  this.originalStill,
  this.looping,
  this.preview,
  this.downsizedSmall,
  this.mediaId,
});