TimeRange constructor

const TimeRange({
  1. int? start,
  2. int? end,
})

Implementation

const TimeRange({this.start, this.end});