GiphyVideoPreviewAsset constructor
Creates a GiphyVideoPreviewAsset object.
The width and height default to 0 if not provided.
Implementation
const GiphyVideoPreviewAsset({
this.width = 0,
this.height = 0,
this.url,
});
Creates a GiphyVideoPreviewAsset object.
The width and height default to 0 if not provided.
const GiphyVideoPreviewAsset({
this.width = 0,
this.height = 0,
this.url,
});