GeolocationResponse constructor

GeolocationResponse({
  1. Location? location,
  2. num? accuracy,
  3. GeolocationErrorResponse? error,
})

Implementation

GeolocationResponse({
  this.location,
  this.accuracy,
  this.error,
});