GiphyVideoPreviews class

A class representing the different preview assets of a Giphy video.

Constructors

GiphyVideoPreviews.new({required GiphyVideoPreviewAsset fixedWidth, required GiphyVideoPreviewAsset fixedHeight})
Creates a GiphyVideoPreviews object.
const
GiphyVideoPreviews.fromJson(Map<Object?, Object?> json)
Creates a GiphyVideoPreviews object from a JSON map.
factory

Properties

fixedHeight GiphyVideoPreviewAsset
The preview asset with a fixed height.
final
fixedWidth GiphyVideoPreviewAsset
The preview asset with a fixed width.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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