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