walletISOCurrencyCodeToJson function

String? walletISOCurrencyCodeToJson(
  1. WalletISOCurrencyCode? walletISOCurrencyCode
)

Implementation

String? walletISOCurrencyCodeToJson(
    enums.WalletISOCurrencyCode? walletISOCurrencyCode) {
  return enums.$WalletISOCurrencyCodeMap[walletISOCurrencyCode];
}