MatchedUrl.fromJson constructor
MatchedUrl.fromJson(
- Map json_
Implementation
MatchedUrl.fromJson(core.Map json_)
: this(
url: json_.containsKey('url') ? json_['url'] as core.String : null,
);