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
Properties
- downsized → GiphyDownsizedImage?
-
final
- downsizedLarge → GiphyDownsizedImage?
-
final
- downsizedMedium → GiphyPreviewImage?
-
final
- downsizedSmall → GiphyPreviewImage?
-
final
- downsizedStill → GiphyStillImage?
-
final
- fixedHeight → GiphyFullImage?
-
final
- fixedHeightDownsampled → GiphyDownsampledImage?
-
final
- fixedHeightSmall → GiphyFullImage?
-
final
- fixedHeightSmallStill → GiphyStillImage?
-
final
- fixedHeightStill → GiphyStillImage?
-
final
- fixedWidth → GiphyFullImage?
-
final
- fixedWidthDownsampled → GiphyDownsampledImage?
-
final
- fixedWidthSmall → GiphyFullImage?
-
final
- fixedWidthSmallStill → GiphyStillImage?
-
final
- fixedWidthStill → GiphyStillImage?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hd → GiphyPreviewImage?
-
final
- looping → GiphyLoopingImage?
-
final
- original → GiphyOriginalImage?
-
final
- originalMp4 → GiphyPreviewImage?
-
final
- originalStill → GiphyStillImage?
-
final
- preview → GiphyPreviewImage?
-
final
- previewGif → GiphyDownsizedImage?
-
final
- previewWebp → GiphyWebPImage?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- w480Still → GiphyStillImage?
-
final
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