appendTo method
Append a textual representation of this element to the given builder.
Implementation
@override
void appendTo(ElementDisplayStringBuilder builder) {
  builder.writeVariableElement(this);
}Append a textual representation of this element to the given builder.
@override
void appendTo(ElementDisplayStringBuilder builder) {
  builder.writeVariableElement(this);
}