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