The tab's URL if it has changed.
String? get url => _wrapped.url;
set url(String? v) { _wrapped.url = v; }