menu
spotdl_dart_core
providers\common.dart
LazyResult
hasArtists method
hasArtists
dark_mode
light_mode
hasArtists
method
Future
<
bool
>
hasArtists
(
)
Whether the song has any artists.
Implementation
Future<bool> hasArtists() async => !await artists().isEmpty;
spotdl_dart_core
common
LazyResult
hasArtists method
LazyResult class