hasDuration property

bool get hasDuration

Whether the song has a duration.

Implementation

bool get hasDuration => sDuration > 0;