GiphyOriginalImage constructor

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

Implementation

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