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