format method

String format()

Implementation

String format() {
  return NumberFormat('#,##0.00').format(this);
}