GeolocationError constructor

GeolocationError({
  1. required String domain,
  2. required String reason,
  3. required String message,
})

Implementation

GeolocationError({
  required this.domain,
  required this.reason,
  required this.message,
});