ChannelSectionSnippet constructor

ChannelSectionSnippet({
  1. String? channelId,
  2. String? defaultLanguage,
  3. ChannelSectionLocalization? localized,
  4. int? position,
  5. String? style,
  6. String? title,
  7. String? type,
})

Implementation

ChannelSectionSnippet({
  this.channelId,
  this.defaultLanguage,
  this.localized,
  this.position,
  this.style,
  this.title,
  this.type,
});