PlaylistContentDetails constructor

PlaylistContentDetails({
  1. int? itemCount,
})

Implementation

PlaylistContentDetails({
  this.itemCount,
});