copyWithWrapped method

Implementation

WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse
copyWithWrapped({
  Wrapped<
    List<WebApiModulesSettingsInventorySettingsStorefrontInventoryType>?
  >?
  types,
}) {
  return WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse(
    types: (types != null ? types.value : this.types),
  );
}