url property

String? get url

Returns url string for the current element only if the element is a hyperlink.

Implementation

String? get url => _url;