rightBracket property
Token?
get
rightBracket
Return the right curly bracket, or null
if the expression is an
identifier without brackets.
Implementation
Token? get rightBracket;
Return the right curly bracket, or null
if the expression is an
identifier without brackets.
Token? get rightBracket;