inquiryProjectResponseFromJson function

InquiryProjectResponse inquiryProjectResponseFromJson(
  1. String str
)

data : [{"project_id":47,"project_id_string":"47","other_project_id":0,"project_title":"The Crown","project_name":"the crown","project_slug":"thecrown","master_user_id":"1","isSelected":false,"inquiry_types":{"type":"Lease","isSelected":false},{"type":"Buy","isSelected":false},"category":"residential"}] success : 1 total_records : 13 message : "projects found"

Implementation

InquiryProjectResponse inquiryProjectResponseFromJson(String str) => InquiryProjectResponse.fromJson(json.decode(str));