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