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