GiphyImages class

Constructors

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})
GiphyImages.fromJson(Map<String, dynamic> json)
factory

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override