Query$getPredictions$getPredictions$teams$home$league$penalty constructor
Query$getPredictions$getPredictions$teams$home$league$penalty({
- Query$getPredictions$getPredictions$teams$home$league$penalty$scored? scored,
- Query$getPredictions$getPredictions$teams$home$league$penalty$missed? missed,
- double? total,
- String $__typename = 'PredictionsTeamsHomeLeaguePenaltyType',
Implementation
Query$getPredictions$getPredictions$teams$home$league$penalty({
this.scored,
this.missed,
this.total,
this.$__typename = 'PredictionsTeamsHomeLeaguePenaltyType',
});