GiphyPagination constructor

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

Implementation

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