menu
spotdl_dart_core
providers\common.dart
Result
hasArtists property
hasArtists
dark_mode
light_mode
hasArtists
property
bool
get
hasArtists
Whether the song has any artists.
Implementation
bool get hasArtists => artists.isNotEmpty;
spotdl_dart_core
common
Result
hasArtists property
Result class