leftDelimiter property Null safety
Return the left square bracket ('[') or left curly brace ('{') introducing
the optional parameters, or null
if there are no optional parameters.
Implementation
Token? get leftDelimiter;
@Deprecated('Clients should not build AST manually')
Set the left square bracket ('[') or left curly brace ('{') introducing
the optional parameters to the given token
.
Implementation
@Deprecated('Clients should not build AST manually')
set leftDelimiter(Token? token);