$TransferTypeMap top-level constant

Map<TransferType, String> const $TransferTypeMap

Implementation

const $TransferTypeMap = {
  TransferType.debit: 'debit',
  TransferType.credit: 'credit'
};