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