Formats value into a display string.
value
@override String format(num value) { return zh.ChineseYearCodec(suffix: suffix).format(value); }