copyWith method

Implementation

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