BatchGeocodingResponse constructor
BatchGeocodingResponse({
- required List<
GeocodingResponseV6> batch,
Implementation
BatchGeocodingResponse({required this.batch});
BatchGeocodingResponse({required this.batch});