格式化
String formatStr({NumFormat format = NumFormat.defValue}) { var nf = NumberFormat(format.format); return nf.format(this ?? 0); }