inquiresTypeResponseModelFromJson function
data : {"type":"channel_partners","type_show":"Channel Partners","admin_module_id":"4"},{"type":"contact","type_show":"Contact Us","admin_module_id":"7"},{"type":"career","type_show":"HR","admin_module_id":"8"},{"type":"joint_ventures","type_show":"Joint Ventures","admin_module_id":"32"},{"type":"our_team","type_show":"Owner's profile","admin_module_id":"37"},{"type":"project_inquiry","type_show":"Projects","admin_module_id":"1"},{"type":"vendor","type_show":"Vendor","admin_module_id":"9"}
success : 1
message : "Records found."
Implementation
InquiresTypeResponseModel inquiresTypeResponseModelFromJson(String str) => InquiresTypeResponseModel.fromJson(json.decode(str));