$EventRosterPositionRateTypeMap top-level constant

Map<EventRosterPositionRateType, String> const $EventRosterPositionRateTypeMap

Implementation

const $EventRosterPositionRateTypeMap = {
  EventRosterPositionRateType.hourly: 'hourly',
  EventRosterPositionRateType.daily: 'daily',
  EventRosterPositionRateType.weekly: 'weekly',
  EventRosterPositionRateType.event: 'event',
  EventRosterPositionRateType.swaggerGeneratedUnknown: ''
};