TimeRange constructor

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

Implementation

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