GiphyAssets constructor

const GiphyAssets({
  1. GiphyAsset? source,
  2. GiphyAsset? size360p,
  3. GiphyAsset? size480p,
  4. GiphyAsset? size720p,
  5. GiphyAsset? size1080p,
  6. GiphyAsset? size4k,
})

Creates a GiphyAssets instance with the given assets for different resolutions.

Implementation

const GiphyAssets({
  this.source,
  this.size360p,
  this.size480p,
  this.size720p,
  this.size1080p,
  this.size4k,
});