CountrySettings constructor

CountrySettings({
  1. bool? freeLocalListingsEnabled,
  2. String? instockServingVerificationState,
  3. String? inventoryVerificationState,
  4. bool? localInventoryAdsEnabled,
  5. String? pickupServingVerificationState,
  6. String? productPageType,
  7. String? regionCode,
})

Implementation

CountrySettings({
  this.freeLocalListingsEnabled,
  this.instockServingVerificationState,
  this.inventoryVerificationState,
  this.localInventoryAdsEnabled,
  this.pickupServingVerificationState,
  this.productPageType,
  this.regionCode,
});