Query$getLeaguePagination$getLeaguePagination constructor

Query$getLeaguePagination$getLeaguePagination({
  1. int? count,
  2. bool? isLast,
  3. required List<Query$getLeaguePagination$getLeaguePagination$objects> objects,
  4. String $__typename = 'LeaguePaginateType',
})

Implementation

Query$getLeaguePagination$getLeaguePagination({
  this.count,
  this.isLast,
  required this.objects,
  this.$__typename = 'LeaguePaginateType',
});