inquiryHistoryFromJson function

InquiryHistory inquiryHistoryFromJson(
  1. String str
)

id : "28" inquiry_id : "26" type : "career" project_title : "" page_name : "Career" user_id : "18" sales_name : "Ravi" client_first_name : "Dharmesh" client_last_name : "" email_address : "dd@gmail.com" lead_source : "Website" lead_sub_source : "Website" ivrs_call_path : "" master_user_id_ivrs_call : "" ivrs_name : "" date_time : "12:14 PM" date_format : "14 Mar, 2023"

Implementation

InquiryHistory inquiryHistoryFromJson(String str) => InquiryHistory.fromJson(json.decode(str));