WeighingTO constructor

WeighingTO({
  1. int? idWeighing,
  2. String? machineIp,
  3. num? measurement,
  4. DateTime? timeStamp,
  5. String? rstNo,
  6. String? wbVehicleNo,
  7. String? commodity,
  8. String? loadOrUnload,
  9. String? flag,
  10. String? material,
  11. DateTime? weighingDate,
  12. DateTime? weighingTime,
  13. String? phase,
  14. int? wbFTVehicleNoMatchRes,
})

Implementation

WeighingTO({
  this.idWeighing,
  this.machineIp,
  this.measurement,
  this.timeStamp,
  this.rstNo,
  this.wbVehicleNo,
  this.commodity,
  this.loadOrUnload,
  this.flag,
  this.material,
  this.weighingDate,
  this.weighingTime,
  this.phase,
  this.wbFTVehicleNoMatchRes,
});