menu
spotdl_dart_core
providers\spotify.dart
LazySpotifyResult
artists method
artists
dark_mode
light_mode
artists
method
@
override
Stream
<
String
>
artists
(
)
override
Artist(s) of the song.
Implementation
@override Stream<String> artists() => _artists();
spotdl_dart_core
spotify
LazySpotifyResult
artists method
LazySpotifyResult class