Score constructor

Score({
  1. Goals? halftime,
  2. Goals? fulltime,
  3. Goals? extratime,
  4. Penalty? penalty,
})

Implementation

Score({this.halftime, this.fulltime, this.extratime, this.penalty});