menu
spotdl_dart_core
providers\common.dart
LazyResult
hasDlUrl method
hasDlUrl
dark_mode
light_mode
hasDlUrl
method
Future
<
bool
>
hasDlUrl
(
)
Whether the song has a download URL.
Implementation
Future<bool> hasDlUrl() async => (await dlUrl()).isNotEmpty;
spotdl_dart_core
common
LazyResult
hasDlUrl method
LazyResult class