Query$searchLeagues$searchLeagues constructor
Query$searchLeagues$searchLeagues({
- int? count,
- bool? isLast,
- required List<
Query$searchLeagues$searchLeagues$objects> objects, - String $__typename = 'LeaguePaginateType',
Implementation
Query$searchLeagues$searchLeagues({
this.count,
this.isLast,
required this.objects,
this.$__typename = 'LeaguePaginateType',
});