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