Query$searchLeagues$searchLeagues constructor

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

Implementation

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