menu
spotdl_dart_core
providers\common.dart
Result
hasDuration property
hasDuration
dark_mode
light_mode
hasDuration
property
bool
get
hasDuration
Whether the song has a duration.
Implementation
bool get hasDuration => sDuration > 0;
spotdl_dart_core
common
Result
hasDuration property
Result class