copyWith method

Implementation

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