rightDelimiter property Null safety
Return the right square bracket (']') or right curly brace ('}')
terminating the optional parameters, or null
if there are no optional
parameters.
Implementation
Token? get rightDelimiter;
Return the right square bracket (']') or right curly brace ('}')
terminating the optional parameters, or null
if there are no optional
parameters.
Token? get rightDelimiter;