SearchBusinessPhotoObjectMetadata constructor

SearchBusinessPhotoObjectMetadata(
  1. int count,
  2. List<SearchBusinessPhotoObjectMetadataPhoto> photos
)

Implementation

factory SearchBusinessPhotoObjectMetadata(core.int count,
        core.List<SearchBusinessPhotoObjectMetadataPhoto> photos) =>
    SearchBusinessPhotoObjectMetadataImpl(count, photos);