copyWith method
Implementation
WebApiModulesPluginsShopifyValidateShopURLResponse copyWith({
bool? shopURLValid,
}) {
return WebApiModulesPluginsShopifyValidateShopURLResponse(
shopURLValid: shopURLValid ?? this.shopURLValid,
);
}
WebApiModulesPluginsShopifyValidateShopURLResponse copyWith({
bool? shopURLValid,
}) {
return WebApiModulesPluginsShopifyValidateShopURLResponse(
shopURLValid: shopURLValid ?? this.shopURLValid,
);
}