PlacePhoto constructor

const PlacePhoto({
  1. required int height,
  2. required List<String> htmlAttributions,
  3. required String photoReference,
  4. required int width,
})

Implementation

const PlacePhoto({
  required this.height,
  required this.htmlAttributions,
  required this.photoReference,
  required this.width,
});