ChannelSettings constructor
ChannelSettings({
- String? country,
- String? defaultLanguage,
- String? defaultTab,
- String? description,
- String? featuredChannelsTitle,
- List<
String> ? featuredChannelsUrls, - String? keywords,
- bool? moderateComments,
- String? profileColor,
- bool? showBrowseView,
- bool? showRelatedChannels,
- String? title,
- String? trackingAnalyticsAccountId,
- 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,
});