GalleryAlbum constructor
GalleryAlbum({
- required Album album,
- required AlbumType type,
- List<
int> ? thumbnail, - List<
DateCategory> dateCategories = const [],
Implementation
GalleryAlbum(
{required this.album,
required this.type,
this.thumbnail,
this.dateCategories = const []});