crewShirtSizeToJson function

String? crewShirtSizeToJson(
  1. CrewShirtSize? crewShirtSize
)

Implementation

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