period property Null safety
Return the token for the period before the name of the constructor that is
being invoked, or null
if the unnamed constructor is being invoked.
Implementation
Token? get period;
@Deprecated('Clients should not build AST manually')
Set the token for the period before the name of the constructor that is
being invoked to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set period(Token? token);