SharedAlbumOptions constructor

SharedAlbumOptions({
  1. bool? isCollaborative,
  2. bool? isCommentable,
})

Implementation

SharedAlbumOptions({
  this.isCollaborative,
  this.isCommentable,
});