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