AlbumWithThumbnail class
Constructors
- AlbumWithThumbnail(String name, String identifier, int count, {Uint8List? thumbnail})
Properties
Methods
-
copyWith(
{String? name, String? identifier, int? count}) → Album -
inherited
-
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
Static Methods
-
fromAlbum(
Album album, {Uint8List? thumbnail}) → AlbumWithThumbnail