hasDlUrl method

Future<bool> hasDlUrl()

Whether the song has a download URL.

Implementation

Future<bool> hasDlUrl() async => (await dlUrl()).isNotEmpty;