Formats value into a display string.
value
@override String format(num value) => _toTraditional(_delegate.format(value));