DateRange constructor

DateRange(
  1. DateTime startDate,
  2. DateTime endDate
)

Implementation

DateRange(this.startDate, this.endDate);