GeocoderError constructor

GeocoderError({
  1. String? message,
})

Implementation

GeocoderError({
  this.message,
});