Halftime constructor

Halftime({
  1. required int home,
  2. required int away,
})

Implementation

Halftime({required this.home, required this.away});