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