BaseInfo constructor

BaseInfo({
  1. num? type,
  2. String? stage,
  3. num? taskId,
  4. String? fileUrl,
  5. num? phaseCode,
  6. num? stationId,
  7. num? actualOrder,
  8. num? houseTypeId,
  9. num? measureMode,
  10. String? resultDataUrl,
  11. bool? detectSimilarFailed,
})

Implementation

BaseInfo(
    {this.type,
    this.stage,
    this.taskId,
    this.fileUrl,
    this.phaseCode,
    this.stationId,
    this.actualOrder,
    this.houseTypeId,
    this.measureMode,
    this.resultDataUrl,
    this.detectSimilarFailed});