Region constructor
Region({
- String? displayName,
- RegionGeoTargetArea? geotargetArea,
- String? merchantId,
- RegionPostalCodeArea? postalCodeArea,
- String? regionId,
- bool? regionalInventoryEligible,
- bool? shippingEligible,
Implementation
Region({
this.displayName,
this.geotargetArea,
this.merchantId,
this.postalCodeArea,
this.regionId,
this.regionalInventoryEligible,
this.shippingEligible,
});