Query$getPredictions$getPredictions$league constructor

Query$getPredictions$getPredictions$league({
  1. double? id,
  2. String? name,
  3. String? country,
  4. String? flag,
  5. double? season,
  6. String $__typename = 'PredictionsLeagueType',
})

Implementation

Query$getPredictions$getPredictions$league({
  this.id,
  this.name,
  this.country,
  this.logo,
  this.flag,
  this.season,
  this.$__typename = 'PredictionsLeagueType',
});