每隔n位 加逗号
String formatDigitNum(Object num, {int digit = 3}) => formatDigitPatternEnd(num.toString(), digit: digit, pattern: ',');