Url property

String? Url
Gets the URL.

Implementation

String? get Url => this._url;
void Url=(String? value)

Implementation

set Url(String? value) => this._url = value;