menu
spotdl_dart_core
providers\common.dart
Result
hasDlUrl property
hasDlUrl
dark_mode
light_mode
hasDlUrl
property
bool
get
hasDlUrl
Whether the song has a download URL.
Implementation
bool get hasDlUrl => dlUrl.isNotEmpty;
spotdl_dart_core
common
Result
hasDlUrl property
Result class