walletTransactionTypeToJson function

String? walletTransactionTypeToJson(
  1. WalletTransactionType? walletTransactionType
)

Implementation

String? walletTransactionTypeToJson(
    enums.WalletTransactionType? walletTransactionType) {
  return enums.$WalletTransactionTypeMap[walletTransactionType];
}