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