crewContactTypeToJson function

String? crewContactTypeToJson(
  1. CrewContactType? crewContactType
)

Implementation

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