DataRange constructor

DataRange({
  1. Date? customEndDate,
  2. Date? customStartDate,
  3. String? range,
})

Implementation

DataRange({
  this.customEndDate,
  this.customStartDate,
  this.range,
});