identifier property Null safety
Return the identifier being prefixed.
Implementation
SimpleIdentifier get identifier;
@Deprecated('Clients should not build AST manually')
Set the identifier being prefixed to the given identifier.
Implementation
@Deprecated('Clients should not build AST manually')
set identifier(SimpleIdentifier identifier);