$InvestmentTransactionTypeMap top-level constant

Map<InvestmentTransactionType, String> const $InvestmentTransactionTypeMap

Implementation

const $InvestmentTransactionTypeMap = {
  InvestmentTransactionType.buy: 'buy',
  InvestmentTransactionType.sell: 'sell',
  InvestmentTransactionType.cancel: 'cancel',
  InvestmentTransactionType.cash: 'cash',
  InvestmentTransactionType.fee: 'fee',
  InvestmentTransactionType.transfer: 'transfer'
};