$PaymentProfileStatusMap top-level constant

Map<PaymentProfileStatus, String> const $PaymentProfileStatusMap

Implementation

const $PaymentProfileStatusMap = {
  PaymentProfileStatus.pending: 'PENDING',
  PaymentProfileStatus.ready: 'READY',
  PaymentProfileStatus.removed: 'REMOVED'
};