ChannelSettings constructor

ChannelSettings({
  1. String? country,
  2. String? defaultLanguage,
  3. String? defaultTab,
  4. String? description,
  5. String? featuredChannelsTitle,
  6. List<String>? featuredChannelsUrls,
  7. String? keywords,
  8. bool? moderateComments,
  9. String? profileColor,
  10. bool? showBrowseView,
  11. bool? showRelatedChannels,
  12. String? title,
  13. String? trackingAnalyticsAccountId,
  14. String? unsubscribedTrailer,
})

Implementation

ChannelSettings({
  this.country,
  this.defaultLanguage,
  this.defaultTab,
  this.description,
  this.featuredChannelsTitle,
  this.featuredChannelsUrls,
  this.keywords,
  this.moderateComments,
  this.profileColor,
  this.showBrowseView,
  this.showRelatedChannels,
  this.title,
  this.trackingAnalyticsAccountId,
  this.unsubscribedTrailer,
});