dataFromJson function
project_id : "47" slug : "thecrown" project_name : "the crown" project_title : "The Crown" project_title_small : "T" total : "5" category : "residential"
Implementation
ProjectData dataFromJson(String str) => ProjectData.fromJson(json.decode(str));