DateRange constructor

DateRange({
  1. String? startDate,
  2. String? endDate,
})

Implementation

DateRange({
 this.startDate, this.endDate
});