Region constructor

Region({
  1. String? displayName,
  2. GeoTargetArea? geotargetArea,
  3. String? name,
  4. PostalCodeArea? postalCodeArea,
  5. bool? regionalInventoryEligible,
  6. bool? shippingEligible,
})

Implementation

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