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