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