url property

String? get url

Implementation

String? get url => _getUrl();
set url (String? url)

Implementation

set url(String? url) => _setUrl(url);