constructionFromJson function

Construction constructionFromJson(
  1. String str
)

title : "Construction Update" description : "" progress_percent : "10" tag_line : "Update" construction_date : ""

Implementation

Construction constructionFromJson(String str) => Construction.fromJson(json.decode(str));