playList property

List<PlayerInfo> get playList

播放列表

Implementation

List<PlayerInfo> get playList => _items.values.toList();