$CrewRatingTypeMap top-level constant

Map<CrewRatingType, String> const $CrewRatingTypeMap

Implementation

const $CrewRatingTypeMap = {
  CrewRatingType.initial: 'initial',
  CrewRatingType.supervisor: 'supervisor',
  CrewRatingType.other: 'other',
  CrewRatingType.swaggerGeneratedUnknown: ''
};