menu
spotdl_dart_core
providers\common.dart
LazyResult
hasDuration method
hasDuration
dark_mode
light_mode
hasDuration
method
Future
<
bool
>
hasDuration
(
)
Whether the song has a duration.
Implementation
Future<bool> hasDuration() async => await sDuration() > 0;
spotdl_dart_core
common
LazyResult
hasDuration method
LazyResult class