RepresentativeInfoResponse constructor
      
      RepresentativeInfoResponse({ 
    
    
- Map<
String, GeographicDivision> ? divisions, - String? kind,
 - SimpleAddressType? normalizedInput,
 - List<
Office> ? offices, - List<
Official> ? officials, 
Implementation
RepresentativeInfoResponse({
  this.divisions,
  this.kind,
  this.normalizedInput,
  this.offices,
  this.officials,
});