equals property
Return the token for the '=' separating the name from the definition.
Implementation
Token get equals;
Set the token for the '=' separating the name from the definition to the
given token
.
Implementation
set equals(Token token);