copyWithWrapped method

Implementation

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