copyWith method

Implementation

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