constructionData2FromJson function
construction_id : "25" title : "Construction Update" description : "" tag_line : "Update" progress_percent : "10" construction_date : ""
Implementation
ConstructionData2 constructionData2FromJson(String str) => ConstructionData2.fromJson(json.decode(str));