PlaylistItemStatus constructor

PlaylistItemStatus({
  1. String? privacyStatus,
})

Implementation

PlaylistItemStatus({
  this.privacyStatus,
});