ChannelBrandingSettings constructor

const ChannelBrandingSettings({
  1. String? title,
  2. String? description,
  3. List<String>? keywords,
  4. String? trackingAnalyticsAccountId,
  5. bool? moderateComments,
  6. String? unsubscribedTrailer,
  7. String? defaultLanguage,
  8. String? country,
})

Implementation

const ChannelBrandingSettings({
  this.title,
  this.description,
  this.keywords,
  this.trackingAnalyticsAccountId,
  this.moderateComments,
  this.unsubscribedTrailer,
  this.defaultLanguage,
  this.country,
});