BatchDeletePhotosRequest constructor

BatchDeletePhotosRequest({
  1. List<String>? photoIds,
})

Implementation

BatchDeletePhotosRequest({
  this.photoIds,
});