DurationDTO constructor

DurationDTO({
  1. String? friendly,
  2. int? millis,
})

Implementation

DurationDTO({this.friendly, this.millis});