displayName property

String get displayName

The display name of this element, or an empty string if the element does not have a name.

In most cases the name and the display name are the same. They differ in cases such as setters where the name of some setter (set s(x)) is s= but the displayName is s.

Implementation

String get displayName;