FindPlaylistResponse constructor

FindPlaylistResponse({
  1. Playlist? playlist,
  2. ResponseError? error,
})

Builds a FindPlaylistResponse

playlist: The playlist error: An error if there was error while fetching the playlist

Implementation

FindPlaylistResponse({this.playlist, super.error});