TblTRLoadingTO constructor

TblTRLoadingTO({
  1. int? idLoading,
  2. String? loadingSlipNo,
  3. int? loadingTypeId,
  4. int? transferRequestId,
  5. int? fromLocationId,
  6. int? toLocationId,
  7. int? materialTypeId,
  8. int? unMaterialTypeId,
  9. int? loadingMaterialTypeId,
  10. int? materialSubTypeId,
  11. int? unMaterialSubTypeId,
  12. int? loadingMaterialSubTypeId,
  13. int? vehicleId,
  14. int? statusId,
  15. int? createdBy,
  16. int? updatedBy,
  17. int? statusBy,
  18. DateTime? createdOn,
  19. DateTime? updatedOn,
  20. DateTime? statusOn,
  21. int? isActive,
  22. int? unloadingPointId,
  23. double? scheduleQty,
  24. double? qty,
  25. double? pendingQty,
  26. String? narration,
  27. String? driverName,
  28. String? createdByName,
  29. String? transactionCloseRemark,
  30. int? srNo,
  31. String? vehicleNo,
  32. String? requestUserName,
  33. DateTime? requestCreatedOn,
  34. int? idVehicle,
  35. String? vehicleStatus,
  36. int? vehicleStatusId,
  37. int? isReviewUnloading,
  38. int? reviewUnloadingParam,
  39. int? idSLA,
  40. String? unloadingNarration,
  41. String? weighingRemark,
  42. String? statusByUserName,
  43. int? addOnCnt,
  44. int? addOnUnCnt,
  45. String? requestDisplayNo,
  46. String? unloadingMaterialType,
  47. String? unloadingMaterialsSubType,
  48. double? amount,
  49. bool? isQRCodeVerified,
  50. String? fromLocation,
  51. String? toLocation,
  52. String? unloadingPoint,
  53. String? requestCreatedOnStr,
  54. String? materialType,
  55. String? materialsSubType,
})

Implementation

TblTRLoadingTO(
    {this.idLoading,
    this.loadingSlipNo,
    this.loadingTypeId,
    this.transferRequestId,
    this.fromLocationId,
    this.toLocationId,
    this.materialTypeId,
    this.unMaterialTypeId,
    this.loadingMaterialTypeId,
    this.materialSubTypeId,
    this.unMaterialSubTypeId,
    this.loadingMaterialSubTypeId,
    this.vehicleId,
    this.statusId,
    this.createdBy,
    this.updatedBy,
    this.statusBy,
    this.createdOn,
    this.updatedOn,
    this.statusOn,
    this.isActive,
    this.unloadingPointId,
    this.scheduleQty,
    this.qty,
    this.pendingQty,
    this.narration,
    this.driverName,
    this.createdByName,
    this.transactionCloseRemark,
    this.srNo,
    this.vehicleNo,
    this.requestUserName,
    this.requestCreatedOn,
    this.idVehicle,
    this.vehicleStatus,
    this.vehicleStatusId,
    this.isReviewUnloading,
    this.reviewUnloadingParam,
    this.idSLA,
    this.unloadingNarration,
    this.weighingRemark,
    this.statusByUserName,
    this.addOnCnt,
    this.addOnUnCnt,
    this.requestDisplayNo,
    this.unloadingMaterialType,
    this.unloadingMaterialsSubType,
    this.amount,
    this.isQRCodeVerified,
    this.fromLocation,
    this.toLocation,
    this.unloadingPoint,
    this.requestCreatedOnStr,
    this.materialType,
    this.materialsSubType});