Url property
Uri?
get
Url
Implementation
Uri? get Url => this._url;
set
Url
(Uri? value)
Implementation
set Url(Uri? value) {
this._url = value;
}