crewContactTypeToJson function
Implementation
String? crewContactTypeToJson(CrewContactType? crewContactType) {
return $CrewContactTypeMap[crewContactType];
}
String? crewContactTypeToJson(CrewContactType? crewContactType) {
return $CrewContactTypeMap[crewContactType];
}