url property
String?
get
url
Returns url string for the current element only if the element is a hyperlink.
Implementation
String? get url => _url;
Returns url string for the current element only if the element is a hyperlink.
String? get url => _url;