hasArtists method

Future<bool> hasArtists()

Whether the song has any artists.

Implementation

Future<bool> hasArtists() async => !await artists().isEmpty;