GeolocationResponse constructor
GeolocationResponse({
- Location? location,
- num? accuracy,
- GeolocationErrorResponse? error,
Implementation
GeolocationResponse({
this.location,
this.accuracy,
this.error,
});