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