GiphyImages constructor

GiphyImages({
  1. required GiphyStillImage fixedHeightStill,
  2. required GiphyStillImage originalStill,
  3. required 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,
})

Creates a new images object

Implementation

GiphyImages({
  required this.fixedHeightStill,
  required this.originalStill,
  required 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,
});