ConstructionData2.fromJson constructor
ConstructionData2.fromJson(
- dynamic json
Implementation
ConstructionData2.fromJson(dynamic json) {
_constructionId = json['construction_id'];
_title = json['title'];
_description = json['description'];
_tagLine = json['tag_line'];
_progressPercent = json['progress_percent'];
_constructionDate = json['construction_date'];
}