static String getSymbol(String currencyCode) { if (channelWindow_k == null) { return ''; } return channelWindow_k![currencyCode] ?? ''; }