urls property
A list of URLs or URL patterns. Requests that cannot match any of the URLs will be filtered out.
Implementation
List<String> get urls =>
_wrapped.urls.toDart.cast<String>().map((e) => e).toList();
A list of URLs or URL patterns. Requests that cannot match any of the URLs will be filtered out.
List<String> get urls =>
_wrapped.urls.toDart.cast<String>().map((e) => e).toList();