WeighingMachineTO constructor
WeighingMachineTO({
- int? idWeighingMachine,
- int? createdBy,
- int? updatedBy,
- String? createdOn,
- String? updatedOn,
- num? weighingCapMT,
- String? machineName,
- String? codeNumber,
- String? machineDesc,
- String? location,
- int? locationId,
- String? deviceId,
- String? machineIP,
- bool? isTareWt,
- bool? isGrossWt,
- num? tareWt,
- num? grossWt,
- String? userIds,
- 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});