TblTRLoadingWeighingTO constructor

TblTRLoadingWeighingTO({
  1. int? idWeighing,
  2. String? vehicleNo,
  3. int? loadingId,
  4. int? loadingTypeId,
  5. num? tareWeight,
  6. num? grossWeight,
  7. num? actualWeight,
  8. num? netWeight,
  9. String? rstNumber,
  10. int? weighingStageId,
  11. int? weighingMachineId,
  12. int? weighingMeasureTypeId,
  13. int? createdBy,
  14. int? updatedBy,
  15. DateTime? createdOn,
  16. DateTime? updatedOn,
  17. int? isActive,
  18. String? machineName,
  19. int? isWeighingCompleted,
  20. String? machineIP,
  21. String? rstNo,
  22. String? wbVehicleNo,
  23. String? commodity,
  24. String? loadOrUnload,
  25. String? flag,
  26. String? material,
  27. DateTime? weighingDate,
  28. DateTime? weighingTime,
  29. String? phase,
  30. ManualGateOpenTO? manualGateOpenTO,
  31. String? wtMismatchCmt,
  32. String? wtFtNotFoundCmt,
  33. String? wtVehicleNoMismatchCmt,
})

Implementation

TblTRLoadingWeighingTO({
  this.idWeighing,
  this.vehicleNo,
  this.loadingId,
  this.loadingTypeId,
  this.tareWeight,
  this.grossWeight,
  this.actualWeight,
  this.netWeight,
  this.rstNumber,
  this.weighingStageId,
  this.weighingMachineId,
  this.weighingMeasureTypeId,
  this.createdBy,
  this.updatedBy,
  this.createdOn,
  this.updatedOn,
  this.isActive,
  this.machineName,
  this.isWeighingCompleted,
  this.machineIP,
  this.rstNo,
  this.wbVehicleNo,
  this.commodity,
  this.loadOrUnload,
  this.flag,
  this.material,
  this.weighingDate,
  this.weighingTime,
  this.phase,
  this.manualGateOpenTO,
  this.wtMismatchCmt,
  this.wtFtNotFoundCmt,
  this.wtVehicleNoMismatchCmt,
});