InvalidDateRangeException constructor
Creates a new InvalidDateRangeException
Implementation
const InvalidDateRangeException(
super.message, {
this.startDate,
this.endDate,
});
Creates a new InvalidDateRangeException
const InvalidDateRangeException(
super.message, {
this.startDate,
this.endDate,
});