String dollarValue([int fixedLength = 2]) { return '\$${NumberFormat("#,##0.${'#' * fixedLength}").format(double.tryParse(fixed(fixedLength)))}'; }