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, otherwise false.

Implementation

bool get isRightBracket => isClosingBracket;