hasAlbum property

bool get hasAlbum

Whether the song has an album.

Implementation

bool get hasAlbum => album.isNotEmpty;