final class EndCurlyBracket extends Special { static const VALUE = '}'; const EndCurlyBracket(); @override String get value => VALUE;