copyWithWrapped method

Implementation

WebApiModulesInventorySetQcSetQcItemRequest copyWithWrapped({
  Wrapped<List<String>?>? code,
}) {
  return WebApiModulesInventorySetQcSetQcItemRequest(
    code: (code != null ? code.value : this.code),
  );
}