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