$PaymentChannelMap top-level constant

Map<PaymentChannel, String> const $PaymentChannelMap

Implementation

const $PaymentChannelMap = {
  PaymentChannel.online: 'online',
  PaymentChannel.inStore: 'in store',
  PaymentChannel.other: 'other'
};