copyWith method
WebApiModulesPluginsShopifyShopifyLocations
copyWith({
- List<
WebApiModulesPluginsShopifyLocation> ? locations,
Implementation
WebApiModulesPluginsShopifyShopifyLocations copyWith({
List<WebApiModulesPluginsShopifyLocation>? locations,
}) {
return WebApiModulesPluginsShopifyShopifyLocations(
locations: locations ?? this.locations,
);
}