TimeRange.fromJson constructor
TimeRange.fromJson(
- Map json_
Implementation
TimeRange.fromJson(core.Map json_)
: this(
end: json_['end'] as core.String?,
start: json_['start'] as core.String?,
);