investmentTransactionSubtypeToJson function

String? investmentTransactionSubtypeToJson(
  1. InvestmentTransactionSubtype? investmentTransactionSubtype
)

Implementation

String? investmentTransactionSubtypeToJson(
    enums.InvestmentTransactionSubtype? investmentTransactionSubtype) {
  return enums.$InvestmentTransactionSubtypeMap[investmentTransactionSubtype];
}