DurationFormat constructor

const DurationFormat(
  1. List<DurationUnit> units
)

units should be provi ded in descending order

If not, result produced with this format is unexpected

Implementation

const DurationFormat(this.units);