copyWith method
Implementation
WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse
copyWith({
List<WebApiModulesSettingsInventorySettingsStorefrontInventoryType>? types,
}) {
return WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogReponse(
types: types ?? this.types,
);
}