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