String toCustomCurrency(String symbol, {int decimals = 2}) { return '$symbol${toStringAsFixed(decimals)}'; }