name property

String name

The name of this link.

Implementation

String get name =>
    (children.singleWhere((element) => element is OrgText) as OrgText).value;