toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (isJoinable != null) 'isJoinable': isJoinable!,
if (isJoined != null) 'isJoined': isJoined!,
if (isOwned != null) 'isOwned': isOwned!,
if (shareToken != null) 'shareToken': shareToken!,
if (shareableUrl != null) 'shareableUrl': shareableUrl!,
if (sharedAlbumOptions != null)
'sharedAlbumOptions': sharedAlbumOptions!,
};