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