copyWith method

Implementation

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