investmentTransactionTypeToJson function

String? investmentTransactionTypeToJson(
  1. InvestmentTransactionType? investmentTransactionType
)

Implementation

String? investmentTransactionTypeToJson(
    enums.InvestmentTransactionType? investmentTransactionType) {
  return enums.$InvestmentTransactionTypeMap[investmentTransactionType];
}