crewShirtSizeToJson function
Implementation
String? crewShirtSizeToJson(CrewShirtSize? crewShirtSize) {
return $CrewShirtSizeMap[crewShirtSize];
}
String? crewShirtSizeToJson(CrewShirtSize? crewShirtSize) {
return $CrewShirtSizeMap[crewShirtSize];
}