DivisionByAddressResponse constructor
DivisionByAddressResponse({
- Map<
String, GeographicDivision> ? divisions, - SimpleAddressType? normalizedInput,
Implementation
DivisionByAddressResponse({
this.divisions,
this.normalizedInput,
});