String toFormatString({String format = "#.##"}) { final oCcy = new NumberFormat(format); return oCcy.format(this); }