GiphyCollection constructor
GiphyCollection({
- List<
GiphyGif?> ? data, - GiphyPagination? pagination,
- GiphyMeta? meta,
Implementation
GiphyCollection({this.data, this.pagination, this.meta});