BatchDeletePhotosResponse constructor

BatchDeletePhotosResponse({
  1. List<Status>? status,
})

Implementation

BatchDeletePhotosResponse({
  this.status,
});