Returns the hash code for this DateRange object.
@override int get hashCode => Object.hash(startDate, endDate);