DurationInformation constructor Null safety

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

Implementation

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