DurationInformation constructor Null safety

DurationInformation(
  1. {required Large large,
  2. required Large mid,
  3. required Large marathon,
  4. required Large fast}
)

Implementation

DurationInformation({required this.large, required this.mid, required this.marathon, required this.fast});