AlbumValue class

Constructors

AlbumValue({AssetPathEntity? path, AssetEntity? firstAsset, List<AssetEntity> assets = const <AssetEntity>[], int assetCount = 0, FetchStatus fetchStatus = FetchStatus.fetching, String? error})
const
AlbumValue.none()
factory

Properties

assetCount int
final
assets List<AssetEntity>
final
error String?
final
fetchStatus FetchStatus
final
firstAsset AssetEntity?
final
hashCode int
The hash code for this object.
no setterinherited
path AssetPathEntity?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AssetPathEntity? path, AssetEntity? firstAsset, List<AssetEntity>? assets, int? assetCount, String? error, FetchStatus? fetchStatus}) AlbumValue
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 ==(Object other) bool
The equality operator.
inherited