PlaylistLocalization constructor

PlaylistLocalization({
  1. String? description,
  2. String? title,
})

Implementation

PlaylistLocalization({
  this.description,
  this.title,
});