Query$searchPlayers$searchPlayers$objects constructor
Query$searchPlayers$searchPlayers$objects({
- required String id,
- Query$searchPlayers$searchPlayers$objects$player? player,
- List<
Query$searchPlayers$searchPlayers$objects$statistics> ? statistics, - String $__typename = 'PlayersStatsType',
Implementation
Query$searchPlayers$searchPlayers$objects({
required this.id,
this.player,
this.statistics,
this.$__typename = 'PlayersStatsType',
});