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;
Return the left square bracket ('[') or left curly brace ('{') introducing
the optional parameters, or null
if there are no optional parameters.
Token? get leftDelimiter;