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