GeocodingResponse constructor

GeocodingResponse({
  1. ResponseStatus? status,
  2. String? errorMessage,
  3. List<GeocodingResult>? results,
})

Implementation

GeocodingResponse({super.status, super.errorMessage, this.results});