Goals constructor

Goals({
  1. int? home,
  2. int? away,
})

Implementation

Goals({this.home, this.away});