dataFromJson function

InquiryHistoryData dataFromJson(
  1. String str
)

id : "6967" inquiry_id : "31887" type : "project_inquiry" project_id : "5" project_title : "Enclave" user_id : "64433" sales_name : "Rajesh Kumar Mahto" client_first_name : "Shantanu" client_last_name : "" email_address : "shantanu@gmail.com" lead_source : "Website" lead_sub_source : "Website" ivrs_call_path : "" master_user_id_ivrs_call : "" ivrs_name : "" created_at_today : 1 created_at : "09 Feb, 2023" created_time : "1 hour ago"

Implementation

InquiryHistoryData dataFromJson(String str) => InquiryHistoryData.fromJson(json.decode(str));