hasDuration method

Future<bool> hasDuration()

Whether the song has a duration.

Implementation

Future<bool> hasDuration() async => await sDuration() > 0;