GiphyAsset constructor
Creates a GiphyAsset with the given properties.
Defaults width
and height
to 0 if not provided.
Implementation
const GiphyAsset({
this.width = 0,
this.height = 0,
this.url,
this.format,
});
Creates a GiphyAsset with the given properties.
Defaults width
and height
to 0 if not provided.
const GiphyAsset({
this.width = 0,
this.height = 0,
this.url,
this.format,
});