ClosingBracket constructor

const ClosingBracket()

Creates the token type.

Implementation

const ClosingBracket() : super(')', canBeFinal: true, isMultiChar: false);