Query$getPredictions$getPredictions$teams$home$league$biggest$streak constructor

Query$getPredictions$getPredictions$teams$home$league$biggest$streak({
  1. double? wins,
  2. double? draws,
  3. double? loses,
  4. String $__typename = 'PredictionsTeamsHomeLeagueBiggestStreakType',
})

Implementation

Query$getPredictions$getPredictions$teams$home$league$biggest$streak({
  this.wins,
  this.draws,
  this.loses,
  this.$__typename = 'PredictionsTeamsHomeLeagueBiggestStreakType',
});