ChannelSection constructor

ChannelSection({
  1. ChannelSectionContentDetails? contentDetails,
  2. String? etag,
  3. String? id,
  4. String? kind,
  5. Map<String, ChannelSectionLocalization>? localizations,
  6. ChannelSectionSnippet? snippet,
  7. ChannelSectionTargeting? targeting,
})

Implementation

ChannelSection({
  this.contentDetails,
  this.etag,
  this.id,
  this.kind,
  this.localizations,
  this.snippet,
  this.targeting,
});