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