copyWith method

Implementation

WebApiModulesSettingsInventorySettingsStorefrontGetShopifyStoreURLResponse
copyWith({String? shopifyStoreURL}) {
  return WebApiModulesSettingsInventorySettingsStorefrontGetShopifyStoreURLResponse(
    shopifyStoreURL: shopifyStoreURL ?? this.shopifyStoreURL,
  );
}