country static method

GeoTargeting country(
  1. String country
)

Implementation

static GeoTargeting country(String country) {
  return GeoTargeting._({'country': country});
}