PlaylistImageSnippet constructor

PlaylistImageSnippet({
  1. int? height,
  2. String? playlistId,
  3. String? type,
  4. int? width,
})

Implementation

PlaylistImageSnippet({
  this.height,
  this.playlistId,
  this.type,
  this.width,
});