copyWith method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountBarcodeRequest
copyWith({
- String? physicalInventoryId,
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountBarcodeRequest
copyWith({String? physicalInventoryId}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountBarcodeRequest(
physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId,
);
}