PostalCodeGroup constructor
      
      PostalCodeGroup({ 
    
    
- String? country,
 - String? name,
 - List<
PostalCodeRange> ? postalCodeRanges, 
Implementation
PostalCodeGroup({
  this.country,
  this.name,
  this.postalCodeRanges,
});