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