identifier property
Return the name of the variable being declared.
Implementation
@Deprecated('Use name instead')
SimpleIdentifier get identifier;
Return the name of the variable being declared.
@Deprecated('Use name instead')
SimpleIdentifier get identifier;