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