name property
Return the name associated with the expression.
Implementation
@override
LabelImpl get name => _name;
set
name
(LabelImpl identifier)
Implementation
set name(LabelImpl identifier) {
_name = _becomeParentOf(identifier);
}