URL of the PAC file to be used.
String? get url => _wrapped.url;
set url(String? v) { _wrapped.url = v; }