StationData constructor
StationData({
- String? id,
- String? roomTaskId,
- int? actualOrder,
- String? suiteStationId,
- String? bindingId,
- int? type,
- StationResultData? resultData,
- int? measureMode,
- StationParamData? paramData,
- int? computeStatus,
- int? stationType,
- String? stationTypeName,
- String? createTime,
- String? modifiedTime,
- int? status,
- int? mark,
- dynamic flsFilePath,
- dynamic computeInfo,
- dynamic stationName,
- dynamic suiteId,
- int? standard,
- dynamic plyStatus,
- dynamic plyPath,
- 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});