hasArtist property

bool get hasArtist

Weave the album has artists.

Implementation

bool get hasArtist => artist.isNotEmpty;