GiphyImage constructor
const
GiphyImage({})
Creates a GiphyImage instance with the given attributes.
Implementation
const GiphyImage({
this.gifUrl,
this.width = 0,
this.height = 0,
this.gifSize = 0,
this.frames = 0,
this.mp4Url,
this.mp4Size = 0,
this.webPUrl,
this.webPSize = 0,
this.mediaId,
this.renditionType,
});