UserGetPlaylist constructor

UserGetPlaylist({
  1. int? playListId,
  2. String? name,
})

Returns a new UserGetPlaylist instance.

Implementation

UserGetPlaylist({
  this.playListId,
  this.name,
});