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