hasAlbum method

Future<bool> hasAlbum()

Whether the song has an album.

Implementation

Future<bool> hasAlbum() async => (await album()).isNotEmpty;