menu
spotdl_dart_core
providers\common.dart
LazyResult
hasArtUrl method
hasArtUrl
dark_mode
light_mode
hasArtUrl
method
Future
<
bool
>
hasArtUrl
(
)
Whether the song has an album art.
Implementation
Future<bool> hasArtUrl() async => (await artUrl()).isNotEmpty;
spotdl_dart_core
common
LazyResult
hasArtUrl method
LazyResult class