Place.id constructor

Place.id(
  1. PlaceId placeId
)

Creates a Place instance using a place ID.

Implementation

factory Place.id(PlaceId placeId) => Place._(value: "place_id:$placeId");