StationData constructor

StationData({
  1. String? id,
  2. String? roomTaskId,
  3. int? actualOrder,
  4. String? suiteStationId,
  5. String? bindingId,
  6. int? type,
  7. StationResultData? resultData,
  8. int? measureMode,
  9. StationParamData? paramData,
  10. int? computeStatus,
  11. int? stationType,
  12. String? stationTypeName,
  13. String? createTime,
  14. String? modifiedTime,
  15. int? status,
  16. int? mark,
  17. dynamic flsFilePath,
  18. dynamic computeInfo,
  19. dynamic stationName,
  20. dynamic suiteId,
  21. int? standard,
  22. dynamic plyStatus,
  23. dynamic plyPath,
  24. dynamic originCoordinate,
})

Implementation

StationData(
    {this.id,
    this.roomTaskId,
    this.actualOrder,
    this.suiteStationId,
    this.bindingId,
    this.type,
    this.resultData,
    this.measureMode,
    this.paramData,
    this.computeStatus,
    this.stationType,
    this.stationTypeName,
    this.createTime,
    this.modifiedTime,
    this.status,
    this.mark,
    this.flsFilePath,
    this.computeInfo,
    this.stationName,
    this.suiteId,
    this.standard,
    this.plyStatus,
    this.plyPath,
    this.originCoordinate});