FormatValue typedef

FormatValue = String Function(String value)

格式化最终显示的值

value 是默认要显示的结果

value is default display result

Implementation

typedef String FormatValue(String value);