crewContactTypeToJson function

String? crewContactTypeToJson(
  1. CrewContactType? crewContactType
)

Implementation

String? crewContactTypeToJson(enums.CrewContactType? crewContactType) {
  return enums.$CrewContactTypeMap[crewContactType];
}