prefix property Null safety
Return the prefix associated with the library in which the identifier is defined.
Implementation
SimpleIdentifier get prefix;
@Deprecated('Clients should not build AST manually')
Set the prefix associated with the library in which the identifier is
defined to the given identifier
.
Implementation
@Deprecated('Clients should not build AST manually')
set prefix(SimpleIdentifier identifier);