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