$LinkDeliverySessionStatusMap top-level constant

Map<LinkDeliverySessionStatus, String> const $LinkDeliverySessionStatusMap

Implementation

const $LinkDeliverySessionStatusMap = {
  LinkDeliverySessionStatus.created: 'CREATED',
  LinkDeliverySessionStatus.opened: 'OPENED',
  LinkDeliverySessionStatus.completed: 'COMPLETED',
  LinkDeliverySessionStatus.expired: 'EXPIRED'
};