toFormat method
Implementation
String toFormat(){
final currencyFormat = NumberFormat('###,###.0#', "es_MX");
return currencyFormat.format(this);
}
String toFormat(){
final currencyFormat = NumberFormat('###,###.0#', "es_MX");
return currencyFormat.format(this);
}