crewShirtSizeToJson function

String? crewShirtSizeToJson(
  1. CrewShirtSize? crewShirtSize
)

Implementation

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