menu
spotdl_dart_core
providers\spotify.dart
Album
hasArtUrl property
hasArtUrl
dark_mode
light_mode
hasArtUrl
property
bool
get
hasArtUrl
Whether the album has an album art.
Implementation
bool get hasArtUrl => artUrl.isNotEmpty;
spotdl_dart_core
spotify
Album
hasArtUrl property
Album class