FetchPlacePhotoResponse.image constructor

const FetchPlacePhotoResponse.image(
  1. Image image
)

Construct a photo response with image

Implementation

const factory FetchPlacePhotoResponse.image(Image image) =
    FetchPlacePhotoResponseImage;