DateTimeRange constructor

DateTimeRange(
  1. DateTime start,
  2. DateTime end
)

Implementation

DateTimeRange(this.start, this.end);