DateTimeRange constructor

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

Implementation

const DateTimeRange(this.start, this.end);