$EventRosterPositionRemovalReasonMap top-level constant

Map<EventRosterPositionRemovalReason, String> const $EventRosterPositionRemovalReasonMap

Implementation

const $EventRosterPositionRemovalReasonMap = {
  EventRosterPositionRemovalReason.value_1: '1',
  EventRosterPositionRemovalReason.value_2: '2',
  EventRosterPositionRemovalReason.value_3: '3',
  EventRosterPositionRemovalReason.value_4: '4',
  EventRosterPositionRemovalReason.value_5: '5',
  EventRosterPositionRemovalReason.swaggerGeneratedUnknown: ''
};