hasArtists property

bool get hasArtists

Whether the song has any artists.

Implementation

bool get hasArtists => artists.isNotEmpty;