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