Duration constructor

Duration({
  1. int? count,
  2. String? unit,
})

Implementation

Duration({this.count, this.unit});