MostVisitedURL({ /// The most visited URL. required String url, /// The title of the page required String title, }) : _wrapped = $js.MostVisitedURL( url: url, title: title, );