copyWithWrapped method
Implementation
WebApiModulesPluginsShopifyValidateShopURLResponse copyWithWrapped({
Wrapped<bool?>? shopURLValid,
}) {
return WebApiModulesPluginsShopifyValidateShopURLResponse(
shopURLValid: (shopURLValid != null
? shopURLValid.value
: this.shopURLValid),
);
}