Query$getPredictions$getPredictions$teams$away$last_5$goals$forstat constructor

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

Implementation

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