DateRange constructor

DateRange(
  1. Date? start,
  2. Date? end
)

Implementation

DateRange(this.start, this.end);