CivicinfoApiprotosV2DivisionByAddressResponse constructor

CivicinfoApiprotosV2DivisionByAddressResponse({
  1. Map<String, CivicinfoSchemaV2GeographicDivision>? divisions,
  2. CivicinfoSchemaV2SimpleAddressType? normalizedInput,
})

Implementation

CivicinfoApiprotosV2DivisionByAddressResponse({
  this.divisions,
  this.normalizedInput,
});