GiphyImages constructor

GiphyImages({
  1. GiphyStillImage? fixedHeightStill,
  2. GiphyStillImage? originalStill,
  3. GiphyFullImage? fixedWidth,
  4. GiphyStillImage? fixedHeightSmallStill,
  5. GiphyDownsampledImage? fixedHeightDownsampled,
  6. GiphyPreviewImage? preview,
  7. GiphyFullImage? fixedHeightSmall,
  8. GiphyStillImage? downsizedStill,
  9. GiphyDownsizedImage? downsized,
  10. GiphyDownsizedImage? downsizedLarge,
  11. GiphyStillImage? fixedWidthSmallStill,
  12. GiphyWebPImage? previewWebp,
  13. GiphyStillImage? fixedWidthStill,
  14. GiphyFullImage? fixedWidthSmall,
  15. GiphyPreviewImage? downsizedSmall,
  16. GiphyDownsampledImage? fixedWidthDownsampled,
  17. GiphyPreviewImage? downsizedMedium,
  18. GiphyOriginalImage? original,
  19. GiphyFullImage? fixedHeight,
  20. GiphyPreviewImage? hd,
  21. GiphyLoopingImage? looping,
  22. GiphyPreviewImage? originalMp4,
  23. GiphyDownsizedImage? previewGif,
  24. GiphyStillImage? w480Still,
})

Implementation

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