DeliveryArea constructor
DeliveryArea({
- String? countryCode,
- DeliveryAreaPostalCodeRange? postalCodeRange,
- String? regionCode,
Implementation
DeliveryArea({this.countryCode, this.postalCodeRange, this.regionCode});