PlaceGeo.fromJson constructor

PlaceGeo.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory PlaceGeo.fromJson(Map<String, Object?> json) =>
    _$PlaceGeoFromJson(json);