recent property

GalleryAlbum? recent

Implementation

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