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