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