storeIds static method
Implementation
static GeoTargeting storeIds(List<String> storeIds) {
return GeoTargeting._({'storeIds': List<String>.from(storeIds)});
}
static GeoTargeting storeIds(List<String> storeIds) {
return GeoTargeting._({'storeIds': List<String>.from(storeIds)});
}