final class Number4 extends Special implements Identifierable { static const VALUE = '4'; const Number4(); @override String get value => VALUE;