copyWithWrapped method

Implementation

WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogItemReponse
copyWithWrapped({
  Wrapped<
    List<WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogItem>?
  >?
  items,
}) {
  return WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogItemReponse(
    items: (items != null ? items.value : this.items),
  );
}