PlaceIdQuery constructor
- String id
Constructs a PlaceIdQuery from the provided Place id.
idDesired Place id to search.
Implementation
factory PlaceIdQuery(String id) => $prototype.make(id);
Constructs a PlaceIdQuery from the provided Place id.
id Desired Place id to search.factory PlaceIdQuery(String id) => $prototype.make(id);