Converts the number to a currency string with a customizable symbol.
String toCurrency({String symbol = '\$'}) => '$symbol${toStringAsFixed(2)}';