ShareInfo class
Information about albums that are shared.
This information is only included if you created the album, it is shared and you have the sharing scope.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isJoinable ↔ bool?
-
True if the album can be joined by users.
getter/setter pair
- isJoined ↔ bool?
-
True if the user is joined to the album.
getter/setter pair
- isOwned ↔ bool?
-
True if the user owns the album.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A link to the shared Google Photos album.
getter/setter pair
-
Options that control whether someone can add media items to, or comment on
a shared album.
getter/setter pair
-
A token that is used to join, leave, or retrieve the details of a shared
album on behalf of a user who isn't the owner.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited