copyWithWrapped method

Implementation

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