SearchBusinessPhotoObjectMetadataPhoto constructor

SearchBusinessPhotoObjectMetadataPhoto(
  1. String id,
  2. List<SearchBusinessPhotoObjectMetadataPhotoPhotoLink> links
)

Implementation

factory SearchBusinessPhotoObjectMetadataPhoto(core.String id,
        core.List<SearchBusinessPhotoObjectMetadataPhotoPhotoLink> links) =>
    SearchBusinessPhotoObjectMetadataPhotoImpl(id, links);