copyWithWrapped method

Implementation

WebApiModulesPluginsShopifyShopifyLocations copyWithWrapped({
  Wrapped<List<WebApiModulesPluginsShopifyLocation>?>? locations,
}) {
  return WebApiModulesPluginsShopifyShopifyLocations(
    locations: (locations != null ? locations.value : this.locations),
  );
}