GeocodingResponse constructor
GeocodingResponse({
- required String status,
- String? errorMessage,
- required List<
GeocodingResult> results,
Implementation
GeocodingResponse({
required super.status,
super.errorMessage,
required this.results,
});