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