crewRateTypeToJson function

String? crewRateTypeToJson(
  1. CrewRateType? crewRateType
)

Implementation

String? crewRateTypeToJson(CrewRateType? crewRateType) {
  return $CrewRateTypeMap[crewRateType];
}