JoinSharedAlbumResponse constructor

JoinSharedAlbumResponse({
  1. Album? album,
})

Implementation

JoinSharedAlbumResponse({
  this.album,
});