hasArtUrl method

Future<bool> hasArtUrl()

Whether the song has an album art.

Implementation

Future<bool> hasArtUrl() async => (await artUrl()).isNotEmpty;