constructionData2FromJson function

ConstructionData2 constructionData2FromJson(
  1. String str
)

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));