GeolocationErrorResponse constructor
GeolocationErrorResponse({
- required List<
GeolocationError> errors, - required int code,
- required String message,
Implementation
GeolocationErrorResponse({
required this.errors,
required this.code,
required this.message,
});