dataFromJson function
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"
Implementation
InquiryProjectData dataFromJson(String str) => InquiryProjectData.fromJson(json.decode(str));