Query$getPredictions$getPredictions$teams$home$league$cards constructor

Query$getPredictions$getPredictions$teams$home$league$cards({
  1. Query$getPredictions$getPredictions$teams$home$league$cards$yellow? yellow,
  2. Query$getPredictions$getPredictions$teams$home$league$cards$red? red,
  3. String $__typename = 'PredictionsTeamsHomeLeagueCardsType',
})

Implementation

Query$getPredictions$getPredictions$teams$home$league$cards({
  this.yellow,
  this.red,
  this.$__typename = 'PredictionsTeamsHomeLeagueCardsType',
});