ListPhotosResponse constructor

ListPhotosResponse({
  1. String? nextPageToken,
  2. List<Photo>? photos,
})

Implementation

ListPhotosResponse({
  this.nextPageToken,
  this.photos,
});