Query$getAllByPlayerPlayersStatsFromProvider$getAllByPlayerPlayersStatsFromProvider$player constructor
Query$getAllByPlayerPlayersStatsFromProvider$getAllByPlayerPlayersStatsFromProvider$player({
- double? id,
- String? name,
- String? firstname,
- String? lastname,
- double? age,
- Query$getAllByPlayerPlayersStatsFromProvider$getAllByPlayerPlayersStatsFromProvider$player$birth? birth,
- String? nationality,
- String? height,
- String? weight,
- String? injured,
- String? photo,
- String $__typename = 'PlayersPlayerType',
Implementation
Query$getAllByPlayerPlayersStatsFromProvider$getAllByPlayerPlayersStatsFromProvider$player({
this.id,
this.name,
this.firstname,
this.lastname,
this.age,
this.birth,
this.nationality,
this.height,
this.weight,
this.injured,
this.photo,
this.$__typename = 'PlayersPlayerType',
});