ChannelSectionContentDetails constructor

ChannelSectionContentDetails({
  1. List<String>? channels,
  2. List<String>? playlists,
})

Implementation

ChannelSectionContentDetails({
  this.channels,
  this.playlists,
});