format method

String format()

Implementation

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