placeId property
String?
get
placeId
Implementation
String? get placeId => getProperty(this, 'place_id');
set
placeId
(String? value)
Implementation
set placeId(String? value) {
setProperty(this, 'place_id', value);
}