ListAlbumsResponse constructor

ListAlbumsResponse({
  1. List<Album>? albums,
  2. String? nextPageToken,
})

Implementation

ListAlbumsResponse({
  this.albums,
  this.nextPageToken,
});