SearchBusinessPhotoObjectMetadataPhotoPhotoLink constructor

SearchBusinessPhotoObjectMetadataPhotoPhotoLink(
  1. String? type,
  2. String uri
)

Implementation

factory SearchBusinessPhotoObjectMetadataPhotoPhotoLink(
        core.String? type, core.String uri) =>
    SearchBusinessPhotoObjectMetadataPhotoPhotoLinkImpl(type, uri);