activeLink method

String? activeLink()

The href active at the current selection, or null.

Implementation

String? activeLink() => activeValue(UInlineAttr.link) as String?;