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