propertyName property

  1. @override
SimpleIdentifierImpl propertyName
override

Return the name of the property being accessed.

Implementation

@override
SimpleIdentifierImpl get propertyName => _propertyName;
void propertyName=(SimpleIdentifierImpl identifier)

Implementation

set propertyName(SimpleIdentifierImpl identifier) {
  _propertyName = _becomeParentOf(identifier);
}