List<extern.Track> getVariantTracks() => _player .getVariantTracks() .map((e) => extern.Track.fromJson(jsonEncode(dartify(e)))) .toList();