GeolocationErrorResponse.fromJson constructor

GeolocationErrorResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GeolocationErrorResponse.fromJson(Map<String, dynamic> json) =>
    _$GeolocationErrorResponseFromJson(json);