track property

int? track

Return song track

Implementation

int? get track => int.parse(_info["track"]);