ShareInfo constructor

ShareInfo({
  1. bool? isJoinable,
  2. bool? isJoined,
  3. bool? isOwned,
  4. String? shareToken,
  5. String? shareableUrl,
  6. SharedAlbumOptions? sharedAlbumOptions,
})

Implementation

ShareInfo({
  this.isJoinable,
  this.isJoined,
  this.isOwned,
  this.shareToken,
  this.shareableUrl,
  this.sharedAlbumOptions,
});