accountTypeToJson function
Implementation
String? accountTypeToJson(enums.AccountType? accountType) {
return enums.$AccountTypeMap[accountType];
}
String? accountTypeToJson(enums.AccountType? accountType) {
return enums.$AccountTypeMap[accountType];
}