accountSubtypeToJson function
Implementation
String? accountSubtypeToJson(enums.AccountSubtype? accountSubtype) {
return enums.$AccountSubtypeMap[accountSubtype];
}
String? accountSubtypeToJson(enums.AccountSubtype? accountSubtype) {
return enums.$AccountSubtypeMap[accountSubtype];
}