TrackTargetedCountry constructor

TrackTargetedCountry({
  1. String? countryCode,
})

Implementation

TrackTargetedCountry({
  this.countryCode,
});