$PartnerEndCustomerStatusMap top-level constant

Map<PartnerEndCustomerStatus, String> const $PartnerEndCustomerStatusMap

Implementation

const $PartnerEndCustomerStatusMap = {
  PartnerEndCustomerStatus.underReview: 'UNDER REVIEW',
  PartnerEndCustomerStatus.readyForEnablement: 'READY FOR ENABLEMENT',
  PartnerEndCustomerStatus.active: 'ACTIVE',
  PartnerEndCustomerStatus.denied: 'DENIED'
};