$AccountTypeMap top-level constant

Map<AccountType, String> const $AccountTypeMap

Implementation

const $AccountTypeMap = {
  AccountType.investment: 'investment',
  AccountType.credit: 'credit',
  AccountType.depository: 'depository',
  AccountType.loan: 'loan',
  AccountType.brokerage: 'brokerage',
  AccountType.other: 'other'
};