investmentAccountSubtypeToJson function

String? investmentAccountSubtypeToJson(
  1. InvestmentAccountSubtype? investmentAccountSubtype
)

Implementation

String? investmentAccountSubtypeToJson(
    enums.InvestmentAccountSubtype? investmentAccountSubtype) {
  return enums.$InvestmentAccountSubtypeMap[investmentAccountSubtype];
}