GalleryValue class

Annotations

Constructors

GalleryValue({List<GalleryAsset> selectedAssets = const <GalleryAsset>[], bool isAlbumVisible = false})
const
GalleryValue.none()
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
isAlbumVisible bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedAssets List<GalleryAsset>
final

Methods

copyWith({List<GalleryAsset>? selectedAssets, bool? isAlbumVisible}) GalleryValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant GalleryValue other) bool
The equality operator.
override