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