TimeRangeResult constructor

TimeRangeResult(
  1. TimeOfDay start,
  2. TimeOfDay end
)

Implementation

TimeRangeResult(this.start, this.end);