copyWith method
Implementation
WebApiModulesPluginsShopifyValidateShopURLRequest copyWith({
String? shopURL,
}) {
return WebApiModulesPluginsShopifyValidateShopURLRequest(
shopURL: shopURL ?? this.shopURL,
);
}
WebApiModulesPluginsShopifyValidateShopURLRequest copyWith({
String? shopURL,
}) {
return WebApiModulesPluginsShopifyValidateShopURLRequest(
shopURL: shopURL ?? this.shopURL,
);
}