$TransactionPaymentChannelMap top-level constant

Map<TransactionPaymentChannel, String> const $TransactionPaymentChannelMap

Implementation

const $TransactionPaymentChannelMap = {
  TransactionPaymentChannel.online: 'online',
  TransactionPaymentChannel.inStore: 'in store',
  TransactionPaymentChannel.other: 'other'
};