Region constructor
Region({
- String? displayName,
- GeoTargetArea? geotargetArea,
- String? name,
- PostalCodeArea? postalCodeArea,
- bool? regionalInventoryEligible,
- bool? shippingEligible,
Implementation
Region({
this.displayName,
this.geotargetArea,
this.name,
this.postalCodeArea,
this.regionalInventoryEligible,
this.shippingEligible,
});