Time constructor

Time({
  1. Range? value,
  2. int? period,
})

Implementation

Time({this.value, this.period});