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