Query$getLeaguePagination constructor

Query$getLeaguePagination({
  1. required Query$getLeaguePagination$getLeaguePagination getLeaguePagination,
  2. String $__typename = 'Query',
})

Implementation

Query$getLeaguePagination({
  required this.getLeaguePagination,
  this.$__typename = 'Query',
});