crewRatingTypeToJson function

String? crewRatingTypeToJson(
  1. CrewRatingType? crewRatingType
)

Implementation

String? crewRatingTypeToJson(CrewRatingType? crewRatingType) {
  return $CrewRatingTypeMap[crewRatingType];
}