WeighingMachineTO constructor

WeighingMachineTO({
  1. int? idWeighingMachine,
  2. int? createdBy,
  3. int? updatedBy,
  4. String? createdOn,
  5. String? updatedOn,
  6. num? weighingCapMT,
  7. String? machineName,
  8. String? codeNumber,
  9. String? machineDesc,
  10. String? location,
  11. int? locationId,
  12. String? deviceId,
  13. String? machineIP,
  14. bool? isTareWt,
  15. bool? isGrossWt,
  16. num? tareWt,
  17. num? grossWt,
  18. String? userIds,
  19. int? isActive,
})

Implementation

WeighingMachineTO(
    {this.idWeighingMachine,
    this.createdBy,
    this.updatedBy,
    this.createdOn,
    this.updatedOn,
    this.weighingCapMT,
    this.machineName,
    this.codeNumber,
    this.machineDesc,
    this.location,
    this.locationId,
    this.deviceId,
    this.machineIP,
    this.isTareWt,
    this.isGrossWt,
    this.tareWt,
    this.grossWt,
    this.userIds,
    this.isActive});