name property

  1. @override
DottedNameImpl name
override

Return the name of the declared variable whose value is being used in the condition.

Implementation

@override
DottedNameImpl get name => _name;
void name=(DottedNameImpl name)

Implementation

set name(DottedNameImpl name) {
  _name = _becomeParentOf(name);
}