TenorGif constructor

TenorGif({
  1. GifTypes? nanomp4,
  2. GifTypes? tinygif,
  3. GifTypes? tinymp4,
  4. GifTypes? gif,
  5. GifTypes? mp4,
  6. GifTypes? nanogif,
})

Implementation

TenorGif({
  this.nanomp4,
  this.tinygif,
  this.tinymp4,
  this.gif,
  this.mp4,
  this.nanogif,
});