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