GeolocationErrorResponse constructor

GeolocationErrorResponse({
  1. List<GeolocationError>? errors,
  2. int? code,
  3. String? message,
})

Implementation

GeolocationErrorResponse({
  this.errors,
  this.code,
  this.message,
});