BatchUpdatePhotosResponse constructor

BatchUpdatePhotosResponse({
  1. List<PhotoResponse>? results,
})

Implementation

BatchUpdatePhotosResponse({
  this.results,
});