crewRateTypeToJson function

String? crewRateTypeToJson(
  1. CrewRateType? crewRateType
)

Implementation

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