period property Null safety
Return the period used to separate the prefix from the identifier.
Implementation
Token get period;
@Deprecated('Clients should not build AST manually')
Set the period used to separate the prefix from the identifier to the
given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set period(Token token);