GiphyPagination constructor

GiphyPagination({
  1. required int totalCount,
  2. required int count,
  3. required int offset,
})

Implementation

GiphyPagination(
    {required this.totalCount, required this.count, required this.offset});