GiphyImages constructor
GiphyImages({
- GiphyStillImage? fixedHeightStill,
- GiphyStillImage? originalStill,
- GiphyFullImage? fixedWidth,
- GiphyStillImage? fixedHeightSmallStill,
- GiphyDownsampledImage? fixedHeightDownsampled,
- GiphyPreviewImage? preview,
- GiphyFullImage? fixedHeightSmall,
- GiphyStillImage? downsizedStill,
- GiphyDownsizedImage? downsized,
- GiphyDownsizedImage? downsizedLarge,
- GiphyStillImage? fixedWidthSmallStill,
- GiphyWebPImage? previewWebp,
- GiphyStillImage? fixedWidthStill,
- GiphyFullImage? fixedWidthSmall,
- GiphyPreviewImage? downsizedSmall,
- GiphyDownsampledImage? fixedWidthDownsampled,
- GiphyPreviewImage? downsizedMedium,
- GiphyOriginalImage? original,
- GiphyFullImage? fixedHeight,
- GiphyPreviewImage? hd,
- GiphyLoopingImage? looping,
- GiphyPreviewImage? originalMp4,
- GiphyDownsizedImage? previewGif,
- 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,
});