GiphyImages class

Constructors

GiphyImages({required GiphyStillImage fixedHeightStill, required GiphyStillImage originalStill, required 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

Properties

downsized GiphyDownsizedImage?
getter/setter pair
downsizedLarge GiphyDownsizedImage?
getter/setter pair
downsizedMedium GiphyPreviewImage?
getter/setter pair
downsizedSmall GiphyPreviewImage?
getter/setter pair
downsizedStill GiphyStillImage?
getter/setter pair
fixedHeight GiphyFullImage?
getter/setter pair
fixedHeightDownsampled GiphyDownsampledImage?
getter/setter pair
fixedHeightSmall GiphyFullImage?
getter/setter pair
fixedHeightSmallStill GiphyStillImage?
getter/setter pair
fixedHeightStill GiphyStillImage
getter/setter pair
fixedWidth GiphyFullImage
getter/setter pair
fixedWidthDownsampled GiphyDownsampledImage?
getter/setter pair
fixedWidthSmall GiphyFullImage?
getter/setter pair
fixedWidthSmallStill GiphyStillImage?
getter/setter pair
fixedWidthStill GiphyStillImage?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hd GiphyPreviewImage?
getter/setter pair
looping GiphyLoopingImage?
getter/setter pair
original GiphyOriginalImage?
getter/setter pair
originalMp4 GiphyPreviewImage?
getter/setter pair
originalStill GiphyStillImage
getter/setter pair
preview GiphyPreviewImage?
getter/setter pair
previewGif GiphyDownsizedImage?
getter/setter pair
previewWebp GiphyWebPImage?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
w480Still GiphyStillImage?
getter/setter pair

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