crewRatingTypeToJson function

String? crewRatingTypeToJson(
  1. CrewRatingType? crewRatingType
)

Implementation

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