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