classRightBracket property
Token
get
classRightBracket
Returns the right bracket token of the class body.
Use this instead of the deprecated rightBracket property.
Implementation
Token get classRightBracket => (body as BlockClassBody).rightBracket;