ClosingBracket constructor
const
ClosingBracket()
Creates the token type.
Implementation
const ClosingBracket() : super(')', canBeFinal: true, isMultiChar: false);
Creates the token type.
const ClosingBracket() : super(')', canBeFinal: true, isMultiChar: false);