GalleryAlbum.album constructor

GalleryAlbum.album(
  1. Album album
)

Implementation

GalleryAlbum.album(this.album) {
  _estimatedCount = album.count;
}