GiphyCollection constructor

GiphyCollection({
  1. List<GiphyGif?>? data,
  2. GiphyPagination? pagination,
  3. GiphyMeta? meta,
})

Implementation

GiphyCollection({this.data, this.pagination, this.meta});