DivisionByAddressResponse constructor

DivisionByAddressResponse({
  1. Map<String, GeographicDivision>? divisions,
  2. SimpleAddressType? normalizedInput,
})

Implementation

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