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