GalleryValue class
Constructors
- 
          GalleryValue({List<MediaEntity> selectedEntities = const <MediaEntity>[], bool previousSelection = true, bool isAlbumVisible = false})
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isAlbumVisible → bool
- 
  
  final
- previousSelection → bool
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  selectedEntities
  → List<MediaEntity> 
- 
  
  final
Methods
- 
  copyWith({List< MediaEntity> ? selectedEntities, bool? previousSelection, 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.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited