geolocationModelFromJson function
Implementation
GeolocationModel geolocationModelFromJson(String str) =>
GeolocationModel.fromJson(json.decode(str));
GeolocationModel geolocationModelFromJson(String str) =>
GeolocationModel.fromJson(json.decode(str));