inquiryDropDownResponseToJson function

String inquiryDropDownResponseToJson(
  1. InquiryDropDownResponse data
)

Implementation

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