RepresentativeInfoResponse constructor

RepresentativeInfoResponse({
  1. Map<String, GeographicDivision>? divisions,
  2. String? kind,
  3. SimpleAddressType? normalizedInput,
  4. List<Office>? offices,
  5. List<Official>? officials,
})

Implementation

RepresentativeInfoResponse({
  this.divisions,
  this.kind,
  this.normalizedInput,
  this.offices,
  this.officials,
});