venueContactTypeToJson function

String? venueContactTypeToJson(
  1. VenueContactType? venueContactType
)

Implementation

String? venueContactTypeToJson(VenueContactType? venueContactType) {
  return $VenueContactTypeMap[venueContactType];
}