DateRange constructor

DateRange({
  1. DateRangeUnit? unit,
  2. int? value,
})

Implementation

DateRange({
  this.unit,
  this.value,
});