$AssetTypeMap top-level constant

Map<AssetType, String> const $AssetTypeMap

Implementation

const $AssetTypeMap = {
  AssetType.checkingaccount: 'CheckingAccount',
  AssetType.savingsaccount: 'SavingsAccount',
  AssetType.investment: 'Investment',
  AssetType.moneymarketfund: 'MoneyMarketFund',
  AssetType.other: 'Other'
};