isAllAlbum property
bool
get
isAllAlbum
Indicates whether this album contains all media.
Implementation
bool get isAllAlbum => id == "__ALL__";
Indicates whether this album contains all media.
bool get isAllAlbum => id == "__ALL__";