StationParamData constructor

StationParamData({
  1. Wall? wall,
  2. Corner? corner,
  3. Height? height,
  4. Builder? builder,
  5. Railing? railing,
  6. PlaneObj? planeObj,
  7. BaseInfo? baseInfo,
  8. HoleInfo? holeInfo,
  9. RoomSize? roomSize,
  10. WallSize? wallSize,
  11. DrawHouse? drawHouse,
  12. HoleFrame? holeFrame,
  13. HoleRuler? holeRuler,
  14. RulerWall? rulerWall,
  15. Squareness? squareness,
  16. RulerPlane? rulerPlane,
  17. SplitJonum? splitJonum,
  18. WallFiller? wallFiller,
  19. WidthDepth? widthDepth,
  20. CornerRidge? cornerRidge,
  21. CornerRuler? cornerRuler,
  22. FloorHeight? floorHeight,
  23. KwargsFloor? kwargsFloor,
  24. MarkingLine? markingLine,
  25. MarklineDet? marklineDet,
  26. ParamSetting? paramSetting,
  27. TileComposer? tileComposer,
  28. FloorGradient? floorGradient,
  29. LevelnessRoof? levelnessRoof,
  30. MicroFlatness? microFlatness,
  31. WallDiagonals? wallDiagonals,
  32. WireboxHeight? wireboxHeight,
  33. HouseDiagonals? houseDiagonals,
  34. LevelnessFloor? levelnessFloor,
  35. WallTrowelling? wallTrowelling,
  36. PolygonSearcher? polygonSearcher,
  37. RulerWallWall2? rulerWallWall2,
  38. RepetitionalRuler? repetitionalRuler,
  39. WindowBottomEdge? windowBottomEdge,
  40. FloorTileComposer? floorTileComposer,
  41. RulerWallSelection? rulerWallSelection,
  42. SimilarFailedDetect? similarFailedDetect,
  43. WindowsTopLevelness? windowsTopLevelness,
  44. WoodenFloorComposer? woodenFloorComposer,
  45. CeilingAluminumGusset? ceilingAluminumGusset,
  46. RulerPlaneRoofSmooth1? rulerPlaneRoofSmooth1,
})

Implementation

StationParamData(
    {this.wall,
    this.corner,
    this.height,
    this.builder,
    this.railing,
    this.planeObj,
    this.baseInfo,
    this.holeInfo,
    this.roomSize,
    this.wallSize,
    this.drawHouse,
    this.holeFrame,
    this.holeRuler,
    this.rulerWall,
    this.squareness,
    this.rulerPlane,
    this.splitJonum,
    this.wallFiller,
    this.widthDepth,
    this.cornerRidge,
    this.cornerRuler,
    this.floorHeight,
    this.kwargsFloor,
    this.markingLine,
    this.marklineDet,
    this.paramSetting,
    this.tileComposer,
    this.floorGradient,
    this.levelnessRoof,
    this.microFlatness,
    this.wallDiagonals,
    this.wireboxHeight,
    this.houseDiagonals,
    this.levelnessFloor,
    this.wallTrowelling,
    this.polygonSearcher,
    this.rulerWallWall2,
    this.repetitionalRuler,
    this.windowBottomEdge,
    this.floorTileComposer,
    this.rulerWallSelection,
    this.similarFailedDetect,
    this.windowsTopLevelness,
    this.woodenFloorComposer,
    this.ceilingAluminumGusset,
    this.rulerPlaneRoofSmooth1});