UrlDetails constructor
UrlDetails({
- required String url,
Implementation
UrlDetails(
{
/// The URL for the operation. It must be in the format as returned from a
/// call to history.search.
required String url})
: _wrapped = $js.UrlDetails(url: url);