geolocationModelFromJson function

GeolocationModel geolocationModelFromJson(
  1. String str
)

Implementation

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