fromJson static method
Implementation
static GeoLocation fromJson(String json) {
return ensureInitialized().decodeJson<GeoLocation>(json);
}
static GeoLocation fromJson(String json) {
return ensureInitialized().decodeJson<GeoLocation>(json);
}