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