RoomModel constructor
RoomModel({
- String? id,
- String? userId,
- String? projectId,
- String? suiteId,
- int? phaseCode,
- String? measureMode,
- String? name,
- int? taskStatus,
- String? createTime,
- String? modifiedTime,
- int? status,
- int? mark,
- String? firstComputeTime,
- String? lastComputeTime,
- dynamic applicationId,
- String? houseTypeName,
- String? houseTypeImg,
- List<
StationData> ? stationDataList, - Suite? suite,
- Project? project,
- dynamic resultData,
Implementation
RoomModel(
{this.id,
this.userId,
this.projectId,
this.suiteId,
this.phaseCode,
this.measureMode,
this.name,
this.taskStatus,
this.createTime,
this.modifiedTime,
this.status,
this.mark,
this.firstComputeTime,
this.lastComputeTime,
this.applicationId,
this.houseTypeName,
this.houseTypeImg,
this.stationDataList,
this.suite,
this.project,
this.resultData});