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