Query$getPredictions$getPredictions$teams$home$league$goals$forstat$average constructor

Query$getPredictions$getPredictions$teams$home$league$goals$forstat$average({
  1. double? home,
  2. double? away,
  3. double? total,
  4. String $__typename = 'StatHATType',
})

Implementation

Query$getPredictions$getPredictions$teams$home$league$goals$forstat$average({
  this.home,
  this.away,
  this.total,
  this.$__typename = 'StatHATType',
});