DateRange.fromJson constructor
DateRange.fromJson(
- Map json_
Implementation
DateRange.fromJson(core.Map json_)
: this(
endDate: json_['endDate'] as core.String?,
startDate: json_['startDate'] as core.String?,
);