在 Flutter 中将美元符号保存为字符串

Save dollar symbol as string in Flutter

如何将美元符号保存为 String,这样做时出现错误。

Map<String, String> currencies = {
  "dollar": "$",
  // other currencies
};