menu
google_maps package
documentation
google_maps_places.dart
Place
photos property
photos property
dark_mode
light_mode
photos
property
List
<
Photo
>
?
get
photos
Implementation
List<Photo>? get photos => _photos?.toDart;
set
photos
(
List
<
Photo
>
?
value
)
Implementation
set photos(List<Photo>? value) => _photos = value?.toJS;
google_maps package
documentation
google_maps_places
Place
photos property
Place extension type