BatchGetPhotosResponse constructor

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

Implementation

BatchGetPhotosResponse({
  this.results,
});