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