inquiryDropDownResponseToJson function
Implementation
String inquiryDropDownResponseToJson(InquiryDropDownResponse data) => json.encode(data.toJson());
String inquiryDropDownResponseToJson(InquiryDropDownResponse data) => json.encode(data.toJson());