menu
spotdl_dart_core
providers\spotify.dart
LazySpotifyResult
album method
album
dark_mode
light_mode
album
method
@
override
Future
<
String
>
album
(
)
override
Album of the song.
Implementation
@override Future<String> album() => _album();
spotdl_dart_core
spotify
LazySpotifyResult
album method
LazySpotifyResult class