MatchedUrl.fromJson constructor

MatchedUrl.fromJson(
  1. Map json_
)

Implementation

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