RepresentativeInfoData constructor

RepresentativeInfoData({
  1. Map<String, GeographicDivision>? divisions,
  2. List<Office>? offices,
  3. List<Official>? officials,
})

Implementation

RepresentativeInfoData({
  this.divisions,
  this.offices,
  this.officials,
});