isRightBracket property
bool
get
isRightBracket
Alias for isClosingBracket, checks if the term is a right bracket.
Returns:
true
if the term is a right bracket, otherwisefalse
.
Implementation
bool get isRightBracket => isClosingBracket;