PlayList constructor

PlayList()

Implementation

PlayList() {
  if (_box == null) throw 'You need to initlize it before using';
}