final class Tab extends Special implements WhiteSpace { static const VALUE = '\t'; const Tab(); @override String get value => VALUE;