$AccountTypeMap top-level constant
Implementation
const $AccountTypeMap = {
AccountType.investment: 'investment',
AccountType.credit: 'credit',
AccountType.depository: 'depository',
AccountType.loan: 'loan',
AccountType.brokerage: 'brokerage',
AccountType.other: 'other'
};