toJson method

Map<String, dynamic> toJson()

Converts this DateRange to JSON

Implementation

Map<String, dynamic> toJson() => _$DateRangeToJson(this);