Converts display strings into numeric values.
@override Converter<String, T> get decoder => _NumeralDecoder(this);