ConstructionData2 constructor
ConstructionData2({})
Implementation
ConstructionData2({
String? constructionId,
String? title,
String? description,
String? tagLine,
String? progressPercent,
String? constructionDate,}){
_constructionId = constructionId;
_title = title;
_description = description;
_tagLine = tagLine;
_progressPercent = progressPercent;
_constructionDate = constructionDate;
}