PlaylistStatus constructor

PlaylistStatus({
  1. String? privacyStatus,
})

Implementation

PlaylistStatus({
  this.privacyStatus,
});