AlbumWithThumbnail class

Inheritance

Constructors

AlbumWithThumbnail(String name, String identifier, int count, {Uint8List? thumbnail})

Properties

count int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
identifier String
finalinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail Uint8List
final

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