GeoMatchStatement constructor

GeoMatchStatement({
  1. List<CountryCode>? countryCodes,
  2. ForwardedIPConfig? forwardedIPConfig,
})

Implementation

GeoMatchStatement({
  this.countryCodes,
  this.forwardedIPConfig,
});