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