Url property

String? get Url
Gets the URL.

Implementation

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

Implementation

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