recent property
GalleryAlbum?
get
recent
Implementation
GalleryAlbum? get recent {
return albums.singleWhere((element) => element.name == "All");
}
GalleryAlbum? get recent {
return albums.singleWhere((element) => element.name == "All");
}