GiphyLoopingImage constructor

GiphyLoopingImage({
  1. String? mp4,
  2. String? mp4Size,
})

Implementation

GiphyLoopingImage({
  this.mp4,
  this.mp4Size,
});