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