Region constructor

Region({
  1. String? displayName,
  2. RegionGeoTargetArea? geotargetArea,
  3. String? merchantId,
  4. RegionPostalCodeArea? postalCodeArea,
  5. String? regionId,
  6. bool? regionalInventoryEligible,
  7. bool? shippingEligible,
})

Implementation

Region({
  this.displayName,
  this.geotargetArea,
  this.merchantId,
  this.postalCodeArea,
  this.regionId,
  this.regionalInventoryEligible,
  this.shippingEligible,
});