question property Null safety
inherited
The question mark indicating that the type is nullable, or null
if there
is no question mark.
Implementation
Token? get question;
@Deprecated('Clients should not build AST manually')
Set the question mark indicating that the type is nullable to the given
token
.
Implementation
@Deprecated('Clients should not build AST manually')
set question(Token? token);