TrackCountryAvailability constructor

TrackCountryAvailability({
  1. List<TrackTargetedCountry>? countries,
  2. bool? restOfWorld,
  3. bool? syncWithProduction,
})

Implementation

TrackCountryAvailability({
  this.countries,
  this.restOfWorld,
  this.syncWithProduction,
});