final class LowercaseAlphabetH extends Special implements Identifierable, Startable { static const VALUE = 'h'; const LowercaseAlphabetH(); @override String get value => VALUE;