TrackCountryAvailability constructor
TrackCountryAvailability({
- List<
TrackTargetedCountry> ? countries, - bool? restOfWorld,
- bool? syncWithProduction,
Implementation
TrackCountryAvailability({
this.countries,
this.restOfWorld,
this.syncWithProduction,
});