GiphyFullImage constructor

GiphyFullImage({
  1. String? url,
  2. String? width,
  3. String? height,
  4. String? size,
  5. String? mp4,
  6. String? mp4Size,
  7. String? webp,
  8. String? webpSize,
})

Implementation

GiphyFullImage({
  this.url,
  this.width,
  this.height,
  this.size,
  this.mp4,
  this.mp4Size,
  this.webp,
  this.webpSize,
});