Creates a DateRange from JSON
factory DateRange.fromJson(Map<String, dynamic> json) => _$DateRangeFromJson(json);