Project constructor
Project({})
Implementation
Project(
{this.id,
this.thirdId,
this.clientId,
this.name,
this.area,
this.city,
this.createTime,
this.modifiedTime,
this.status,
this.mark,
this.thirdAreaId,
this.thirdCityId,
this.constructionStatusType});