GeolocationResponse.fromJson constructor

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

Implementation

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