OnChangedChangeInfo({ required String title, String? url, }) : _wrapped = $js.OnChangedChangeInfo( title: title, url: url, );