$AprAprTypeMap top-level constant

Map<AprAprType, String> const $AprAprTypeMap

Implementation

const $AprAprTypeMap = {
  AprAprType.balanceTransferApr: 'balance_transfer_apr',
  AprAprType.cashApr: 'cash_apr',
  AprAprType.purchaseApr: 'purchase_apr',
  AprAprType.special: 'special'
};