venueContactTypeToJson function

String? venueContactTypeToJson(
  1. VenueContactType? venueContactType
)

Implementation

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